library · inferred from evidence
auth0-spa-js
The Auth0 JavaScript library for Single Page Applications (SPAs) that handles authentication flows, including redirect callbacks.
- 401 Unauthorized from /oauth/token (Failed exchange) following the React quickstart
Following the Auth0 React quickstart with auth0-spa-js, the code exchange failed with 401 Unauthorized from POST /oauth/token, and the Auth0 logs showed Type: Failed exchange, Description: Unauthorized. The same domain and clientId worked i
- Uncaught (in promise) Error: Invalid state after social login redirect
After logging in with a social connection (e.g. Continue with Google), the app threw Uncaught (in promise) Error: Invalid state from handleRedirectCallback in auth0-spa-js. The login itself succeeded, but processing the redirect back failed