Commit Graph
33 Commits
Author SHA1 Message Date
Stevan Freeborn eef410d71b chore: run dotnet format 2026-02-02 15:46:12 -06:00
Stevan Freeborn fb7750328b feat(infra): add indexes with uniqueness 2026-02-02 15:45:44 -06:00
Stevan Freeborn 35557a8aa7 feat(admincli): add command for creating a user 2026-02-02 15:41:47 -06:00
Stevan Freeborn 5a5efbefd7 tests(api): add integration test for happy path when logging in 2026-02-02 13:33:23 -06:00
Stevan Freeborn dcc5b2e0f0 feat(core): add password hashing and token generation interfaces 2026-02-02 13:19:36 -06:00
Stevan Freeborn 7d5fd4149c test: update infra tests for new authentication namespaces 2026-02-02 13:18:41 -06:00
Stevan Freeborn abc6a7655e test: add moq and code coverage support to test suite 2026-02-02 13:18:28 -06:00
Stevan Freeborn 178f03459b feat(api): integrate abstracted token generation and update login endpoint 2026-02-02 13:18:15 -06:00
Stevan Freeborn b3bfa64b96 feat(infra): move authentication implementations and add ITokenGenerator 2026-02-02 13:17:59 -06:00
Stevan Freeborn 098aa23c62 refactor(core): encapsulate user and refresh token creation with factory methods 2026-02-02 13:17:43 -06:00
Stevan Freeborn 815b6aa57c chore: add todo with psuedo code 2026-02-02 07:00:37 -06:00
Stevan Freeborn 3a1a7138c5 feat(infra): update refresh token model 2026-02-02 07:00:28 -06:00
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