Stevan Freeborn
5ab75efae9
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-13 21:20:05 -06:00
Stevan Freeborn
32cf48bf36
refactor(infra,api.tests): fix my null lies
2026-02-13 12:38:18 -06:00
Stevan Freeborn
502f6f61c1
feat(api): validate account institution is connected and allow adding new account
2026-02-13 12:38:18 -06:00
Stevan Freeborn
5192c06627
refactor(api): use convenience methods
2026-02-13 12:38:18 -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
a2e9fc3f30
fix(core): fix incorrectly named property
2026-02-13 12:38:18 -06:00
Stevan Freeborn
a83dbbcc54
feat(api): add validation to prevent duplicate accounts from being added
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
2fdb849142
feat(core): add models for account
2026-02-13 12:38:18 -06:00
Stevan Freeborn
1a41c3c0b6
feat(api): implement storing connected insitution in db
2026-02-13 04:37:47 -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
0b7c33a024
fix(core): pass name of null param
2026-02-13 04:37:47 -06:00
Stevan Freeborn
823ba4dc5a
chore: update example appsettings file
2026-02-13 04:37:47 -06:00
Stevan Freeborn
1d661ac409
feat(api): prevent user from connecting to same institution twice
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
3f62a246ee
feat(core): add models for institution
2026-02-13 04:37:47 -06:00
Stevan Freeborn
683ca3fac4
feat(api): add validation for connect account request
2026-02-13 04:37:47 -06:00
Stevan Freeborn
e88adfd2a7
refactor(api): derive field name from property being validated
2026-02-13 04:37:47 -06:00
Stevan Freeborn
6fc8bd0366
refactor(api): rename type
2026-02-13 04:37:47 -06:00
Stevan Freeborn
ab23593359
refactor(api): remove whitespace
2026-02-13 04:37:47 -06:00
Stevan Freeborn
87a68669cf
feat(api): add protected connect account endpoint
2026-02-13 04:37:47 -06:00
Stevan Freeborn
b2086d8185
feat(admincli): add generate key command
2026-02-06 06:53:20 -06:00
Stevan Freeborn
9b4f0c6b9e
refactor(api): clean up usings
2026-02-06 06:53:20 -06:00
Stevan Freeborn
259daf1e5b
chore: update example settings file
2026-02-06 06:53:20 -06:00
Stevan Freeborn
e02a18df00
chore: added filesystem abstraction package
2026-02-06 06:53:20 -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
f34fb5ce41
feat(core): define primary models and services for encryption
2026-02-06 06:53:20 -06:00
Stevan Freeborn
38c311bdd1
feat(core): extend user model with encryption related properties
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
21d23be2ef
fix: remove unnecessary using
2026-02-03 21:04:25 -06:00
Stevan Freeborn
73598111b2
feat: enable problem details responses
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
92b3c8e9c4
feat(api): add refresh endpoint and update global usings
2026-02-03 21:04:25 -06:00
Stevan Freeborn
e12fa0111a
feat(api): refactor login logic to use domain methods and cookie helpers
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
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