nextjs-auth0
nextjs-auth0 copied to clipboard
Next.js SDK for signing in with Auth0
### Checklist - [X] I have looked into the [README](https://github.com/auth0/nextjs-auth0#readme) and have not found a suitable solution or answer. - [X] I have looked into the [examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md) and have not...
### Describe the problem you'd like to have solved Authenticate users at the edge (https://vercel.com/features/edge-functions) ### Describe the ideal solution Middleware function for auth0 to get user object at page...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.17 to 0.23.10. Release notes Sourced from typedoc's releases. v0.23.10 Features Added support for detecting comments directly before parameters as the parameter comment, #2019. Added support for...
### Describe the problem you'd like to have solved A cookie implementation isn't sufficient when the amount of claims starts to rise and the browser will emit a `431 Request...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Our next.js application is using a serverless lambda to proxy API calls, to add the access token to the request (so the browser never has access to the unencrypted access...
### Checklist - [X] I have looked into the [README](https://github.com/auth0/nextjs-auth0#readme) and have not found a suitable solution or answer. - [X] I have looked into the [examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md) and have not...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.27 to 14.18.31. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
- [X] All new/changed/fixed functionality is covered by tests (or N/A) - [X] I have added documentation for all new/changed functionality (or N/A) ### 📋 Changes Currently it's not possible...