Sam
e32b8b3080
fix: update auth service URL to port 5132
...
- Change VITE_AUTH_SERVICE_URL from localhost:5000 to localhost:5132
- This matches the actual auth service port in launchSettings.json
2026-02-06 16:16:20 +08:00
Sam
8bd64b8ea3
fix: remove unregistered 'roles' scope from OAuth2 requests
...
- Remove 'roles' from .env.development and .env.production
- Remove 'roles' from SeedData.cs
- 403 error was caused by requesting unregistered scope
- All registered scopes: openid, profile, email, api, offline_access
2026-02-06 15:49:40 +08:00
Sam
c0874bfab8
feat: implement OAuth2 integration in web-ele
...
- Add OAuth2 configuration and PKCE service
- Update request interceptor for OAuth2 token management
- Update auth API for OAuth2 token handling
- Update auth store for OAuth2 flow
- Create OAuth callback page
- Update login page for OAuth2
- Add OAuth callback route
- Update environment configuration for OAuth2
2026-02-06 01:47:05 +08:00
Sam
0ebe467927
feat: integrate OAuth 2.0 authentication with Fengling Auth Center
2026-02-06 00:41:41 +08:00
Sam
e5bbe101c9
chore: configure environment variables for Fengling API
2026-02-06 00:14:35 +08:00
Sam
9600147586
chore: initialize Vben Admin project
2026-02-06 00:04:38 +08:00