Commit Graph
21 Commits
Author SHA1 Message Date
Stevan Freeborn ee6abc4559 chore: add example jwt options in example settings file 2026-02-02 06:54:39 -06:00
Stevan Freeborn b535c0a121 feat: implement token generation and issuing on successful login 2026-02-02 06:32:14 -06:00
Stevan Freeborn 822da7368c tests: refactor test suite to match new project structure 2026-02-02 04:49:00 -06:00
Stevan Freeborn 7c6e43d62d feat(api): integrate infra and implement password verification on login 2026-02-02 04:48:42 -06:00
Stevan Freeborn 48913fc434 feat: add timestamp interceptor and infrastructure service registration 2026-02-02 04:48:10 -06:00
Stevan Freeborn c01d0b5daa refactor(infra): migrate data access and identity impelementations to infrastructure 2026-02-02 04:47:32 -06:00
Stevan Freeborn 7a7ab90155 refactor(core): move identity models from API to Core 2026-02-02 04:45:56 -06:00
Stevan Freeborn 81e5b9ed6a feat(core): add base entity and password hashing abstractions 2026-02-02 04:45:17 -06:00
Stevan Freeborn b5ea9a514f feat: initialize core, infra, and admin cli projects 2026-02-02 04:44:13 -06:00
Stevan Freeborn c8c45f6a83 feat: implement password hasher 2026-02-01 11:32:14 -06:00
Stevan Freeborn ce45244813 chore: move editorconfig to correct location 2026-02-01 11:31:58 -06:00
Stevan Freeborn e479ba4c8a tests: fix integration test setup 2026-02-01 11:31:46 -06:00
Stevan Freeborn bf7b1b3fc8 fix: remove fake auth check 2026-02-01 11:31:25 -06:00
Stevan Freeborn 872eb3e95d feat: wip on testing login flows 2026-02-01 08:07:23 -06:00
Stevan Freeborn 725392227e feat: setup db context with initial models 2026-02-01 06:13:08 -06:00
Stevan Freeborn 093ee2c357 feat: add simple check for username and password 2026-02-01 06:12:49 -06:00
Stevan Freeborn a1d22b0ec2 chore: add example appsettings file 2026-02-01 06:12:25 -06:00
Stevan Freeborn 2b91e3b791 refactor: use ivalidatableobject api 2026-02-01 06:12:09 -06:00
Stevan Freeborn 8e40b15cb2 chore: update editorconfig settings 2026-02-01 06:11:31 -06:00
Stevan Freeborn 8012ecaa73 feat: wip on login endpoint
- added basic REPR pattern
- added basic vert architecture
- implemented basica validation for single test case
2026-02-01 04:27:06 -06:00
Stevan Freeborn 9c38aff40f chore: initial project setup 2026-02-01 04:23:12 -06:00