Sam
875ba7bc61
fix: add UseAspNetCore() to OpenIddict validation
...
- Add .UseAspNetCore() to validation configuration
- This enables OpenIddict Server to properly process OAuth2 requests
- Fix for 'The OpenID Connect request cannot be retrieved' error
2026-02-06 21:54:56 +08:00
Sam
635e3b6c86
feat: configure OAuth client for Fengling Console
...
- Add localhost:5777 callback URIs to fengling-console client
- Register OIDC scopes: openid, profile, email
- Add support for development environment
2026-02-06 00:47:06 +08:00
Sam
02b446cfa7
first commit
2026-02-03 15:30:12 +08:00
Sam
9a717b153f
feat(auth): add authentication controller with login endpoint
2026-02-02 01:00:57 +08:00
Sam
baed266718
feat(auth): configure OpenIddict with JWT and OAuth2 support
2026-02-01 23:40:37 +08:00