Hayden Hargreaves
068c47f49c
(FIX): Fixed the Google domain bug.
2025-06-25 21:11:39 -07:00
Hayden Hargreaves
cf0e291dd9
(FEAT): Implemented a route constants domain file.
...
This file contains route constants so they can be changed dynamically.
However, they do not support changes to the router, those are still
manual.
2025-06-25 18:23:47 -07:00
Hayden Hargreaves
427a44d2f6
(UI/STYLE): Finished the initial static home page.
...
Next, going to try to dockerize so I can see it on mobile!
2025-06-20 16:39:02 -07:00
Hayden Hargreaves
5577d96b0d
(STYLE/UI): Implemented the nav bar for mobile and desktop.
...
This includes creation of the basic pages.
2025-06-16 22:21:06 -07:00
Hayden Hargreaves
5e07383ab0
(FIX): Fixed the JWT handling, no need to fail.
...
We don't need to fail, but we do need a way to know when a user is
logged in. The new domain(server) function IsLoggedIn will do just that!
2025-06-15 20:34:03 -07:00
Hayden Hargreaves
4a0eed2fc6
(FEAT): Logout API in place.
2025-06-15 20:16:07 -07:00
Hayden Hargreaves
8e4a0deec8
(FEAT): Removed the need for sessions, going to use JWT's in cookies.
...
This works very well, just need to determine what routes will be
protected and such. For now, a simple system is setup, with more to
come. For now, this is a WIP and needs some light work. But auth is
almost complete.
2025-06-14 23:52:43 -07:00
Hayden Hargreaves
71e32f1fd7
(FIX): Created a decent dependency inject architecture.
...
The system allows services and repositories to be created in the main
server definition and then store them in the context. They can then be
retrieved and mapped onto the injection type and accessed in the
handlers. The handlers can then use the deps to call services. Each
service is initialized with the required repositories so they can be
accessed directly.
2025-06-14 12:30:17 -07:00
Hayden Hargreaves
a9cdc25adf
(FEAT): Implemented the first stages of Google OAuth.
...
All that's left is the UI and repository implementation.
2025-06-13 22:50:46 -07:00
Hayden Hargreaves
a88d807e40
(FIX): Server and routers setup.
2025-06-13 16:44:23 -07:00
Hayden Hargreaves
0b29602cb8
(CHORE): Created the directories based on the structure defined before.
...
Pretty sure everything needed is here, next step is beginning implementation!
Finally, jesus.
2025-06-13 15:00:43 -07:00