Commit Graph
29 Commits
Author SHA1 Message Date
Stevan Freeborn e9f133bf43 fix: don't new up user for user prop 2026-02-03 21:04:25 -06:00
Stevan Freeborn 18bd510e75 chore: run dotnet format 2026-02-03 04:38:40 -06:00
Stevan Freeborn d9f0585c4c feat(infra): add indexes with uniqueness 2026-02-03 04:38:40 -06:00
Stevan Freeborn fcc1356d69 feat(admincli): add command for creating a user 2026-02-03 04:38:40 -06:00
Stevan Freeborn 0ce97cdec8 tests(api): add integration test for happy path when logging in 2026-02-03 04:38:40 -06:00
Stevan Freeborn 98de115259 feat(core): add password hashing and token generation interfaces 2026-02-03 04:38:40 -06:00
Stevan Freeborn b05cc06dff feat(api): integrate abstracted token generation and update login endpoint 2026-02-03 04:38:40 -06:00
Stevan Freeborn a1b993bd62 feat(infra): move authentication implementations and add ITokenGenerator 2026-02-03 04:38:40 -06:00
Stevan Freeborn c4d0bf78ab refactor(core): encapsulate user and refresh token creation with factory methods 2026-02-03 04:38:40 -06:00
Stevan Freeborn e03cc0403a chore: add todo with psuedo code 2026-02-03 04:38:40 -06:00
Stevan Freeborn 1335f62ec3 feat(infra): update refresh token model 2026-02-03 04:38:40 -06:00
Stevan Freeborn eb2d9fb2d0 chore: add example jwt options in example settings file 2026-02-03 04:38:40 -06:00
Stevan Freeborn 36b293aa15 feat: implement token generation and issuing on successful login 2026-02-03 04:38:40 -06:00
Stevan Freeborn c2b681d267 feat(api): integrate infra and implement password verification on login 2026-02-03 04:38:40 -06:00
Stevan Freeborn 91662f5629 feat: add timestamp interceptor and infrastructure service registration 2026-02-03 04:38:40 -06:00
Stevan Freeborn c79136fb26 refactor(infra): migrate data access and identity impelementations to infrastructure 2026-02-03 04:38:40 -06:00
Stevan Freeborn 7e67e02a68 refactor(core): move identity models from API to Core 2026-02-03 04:38:40 -06:00
Stevan Freeborn e66911810f feat(core): add base entity and password hashing abstractions 2026-02-03 04:38:40 -06:00
Stevan Freeborn 12ae1dc33a feat: initialize core, infra, and admin cli projects 2026-02-03 04:38:40 -06:00
Stevan Freeborn 647b185d40 feat: implement password hasher 2026-02-03 04:38:40 -06:00
Stevan Freeborn 083b587493 fix: remove fake auth check 2026-02-03 04:38:40 -06:00
Stevan Freeborn c037b895f0 feat: wip on testing login flows 2026-02-03 04:38:40 -06:00
Stevan Freeborn 28e4692ca1 feat: setup db context with initial models 2026-02-03 04:38:40 -06:00
Stevan Freeborn 1f84f47f31 feat: add simple check for username and password 2026-02-03 04:38:40 -06:00
Stevan Freeborn 80b4e775d6 chore: add example appsettings file 2026-02-03 04:38:40 -06:00
Stevan Freeborn 463ff05831 refactor: use ivalidatableobject api 2026-02-03 04:38:40 -06:00
Stevan Freeborn c5a429683c chore: update editorconfig settings 2026-02-03 04:38:40 -06:00
Stevan Freeborn 42e590d9e6 feat: wip on login endpoint
- added basic REPR pattern
- added basic vert architecture
- implemented basica validation for single test case
2026-02-03 04:38:40 -06:00
Stevan Freeborn 9c38aff40f chore: initial project setup 2026-02-01 04:23:12 -06:00