Commit Graph

3 Commits

Author SHA1 Message Date
Sam
7c92208c40 fix: remove invalid app.UseOpenIddictServer() call
- Remove non-existent middleware call
- OpenIddict server is automatically configured via AddOpenIddictConfiguration
- Keep correct middleware order: StaticFiles -> Routing -> Authentication -> Authorization
2026-02-06 21:50:50 +08:00
Sam
0472772d35 fix: use in-memory database for development environment 2026-02-06 00:51:28 +08:00
Sam
3099abb710 feat(auth): create authentication service project structure 2026-02-01 23:23:56 +08:00