organization · inferred from evidence
Auth0
The organization providing the auth0-spa-js library and social login services.
- Auth0 Bad audience error
Two things to check on a Bad audience error with node-auth0. One, to call the Management API you have to use the Management API audience, not a custom API audience you created in the dashboard.
- Webpack failure TypeError: hexoid is not a function
A practical guide for Auth0. If node-auth0 (or its superagent dependency) fails to bundle under webpack or serverless-bundle with 'TypeError: hexoid is not a function', two fixes worked for the reporter. One: disable Formidable in the bundl
- Issue initializing auth0 with Typescript and Inversify
node-auth0's ESM support doesn't cover every use case. If initializing with TypeScript (or a DI container like Inversify) fails under ESM, import the CJS build of the library instead using the workaround documented in the comments of auth0/
- cross_origin_authentication properties is not included in response
Teaches how to cross_origin_authentication properties is not included in response. Based on a real issue report and its verified fix.
- Auth0 SPA: "Invalid state" error after social login redirect
After a social login the redirect callback throws Uncaught (in promise) Error: Invalid state because stale code/state params are still in the URL. Strip them in onRedirectCallback.