- Remove Auth0 SPA SDK dependency - Use direct redirects to Auth0 - Exchange code via backend POST /api/auth/token - Store tokens in localStorage - Handle callback with code parameter |
||
|---|---|---|
| .. | ||
| api.js | ||
| auth.js | ||
| config.js | ||
- Remove Auth0 SPA SDK dependency - Use direct redirects to Auth0 - Exchange code via backend POST /api/auth/token - Store tokens in localStorage - Handle callback with code parameter |
||
|---|---|---|
| .. | ||
| api.js | ||
| auth.js | ||
| config.js | ||