Stevan Freeborn
9f88ec4d67
feat(infra): add create link token to plaid service
2026-02-15 07:00:46 -06:00
Stevan Freeborn
701b89d704
feat(infra): added modeling and migrations for currency code prop
2026-02-14 06:46:05 -06:00
Stevan Freeborn
29d8758ede
feat(infra): add extensions members for plaid accounts
2026-02-14 06:46:05 -06:00
Stevan Freeborn
ed7e25961c
feat(infra): add modeling to dbcontext for balance model with migrations
2026-02-14 06:46:05 -06:00
Stevan Freeborn
dad2ceb450
feat(api,core,infra): refactor endpoint routing and add institution account discovery
...
- Move login and refresh endpoints under a unified /auth route group
- Relocate institution connection logic from /accounts to /institutions
- Implement GET /institutions/{id}/available to fetch real-time Plaid
accounts
- Introduce HttpRequestBuilder utility to streamline integration testing
- Enhance PlaidService with GetAccountsAsync to support account fetching
- Clean up global usings and project structure for better domain
isolation
2026-02-14 06:46:05 -06:00
Stevan Freeborn
2fd55a55cd
fix(infra): update db model to address property name correction
2026-02-13 12:38:18 -06:00
Stevan Freeborn
a07fd24ee9
feat(infra): added plaid specific metadata and updated context to model account
2026-02-13 12:38:18 -06:00
Stevan Freeborn
c4a8aada6b
feat(infra): implement plaid service
2026-02-13 04:37:47 -06:00
Stevan Freeborn
dd08eee5a3
refactor(infra): remove unneeded qualifiers
2026-02-13 04:37:47 -06:00
Stevan Freeborn
069d019d80
feat(infra): update db context with modeling for institution and relationships
2026-02-13 04:37:47 -06:00
Stevan Freeborn
c1932246f3
feat(infra): create initial encryption implementations
2026-02-06 06:53:20 -06:00
Stevan Freeborn
4eb833d2c8
chore: add services registrations
2026-02-06 06:53:20 -06:00
Stevan Freeborn
af29df5d19
refactor(infra): move database path logic into app context
2026-02-06 06:53:20 -06:00
Stevan Freeborn
04e0a31b27
chore: remove unnecessary using
2026-02-06 06:53:20 -06:00
Stevan Freeborn
97c7847a89
chore: removed unnecessary usings
2026-02-06 06:53:20 -06:00
Stevan Freeborn
e9b1bd11bb
feat(infra): added migrations for adding properties to user model
2026-02-06 06:53:20 -06:00
Stevan Freeborn
bbe3779a53
tests: add remaining register integration tests
2026-02-03 21:04:25 -06:00
Stevan Freeborn
f12788fa37
fix: use key property
2026-02-03 21:04:25 -06:00
Stevan Freeborn
57c7a3a701
chore: configure auth schemes and add refresh token revocation migration
2026-02-03 21:04:25 -06:00
Stevan Freeborn
ce5fd1fd45
refactor(core): enhance User and RefreshToken domain models
2026-02-03 21:04:25 -06:00
Stevan Freeborn
3fbd9402c3
chore: remove OpenApi and configure JWT authentication schemes
2026-02-03 21:04:25 -06:00
Stevan Freeborn
a3264bd72d
fix: add user id prop to refresh token
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
1335f62ec3
feat(infra): update refresh token model
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
12ae1dc33a
feat: initialize core, infra, and admin cli projects
2026-02-03 04:38:40 -06:00