Course lesson
Add Authentication to a Next.js Application with Auth0
We'll use Auth0's Next.js quickstart guide to add authentication to our application. While doing so, we'll create and set all the right keys that we will need, create an auth api route, wrap our application in a UserProvider component and finally add a login...
- Duration
- 5 min
- Access
- Free
- Transcript
- Retained from source evidence
We'll use Auth0's Next.js quickstart guide to add authentication to our application. While doing so, we'll create and set all the right keys that we will need, create an auth api route, wrap our application in a UserProvider component and finally add a login button that uses Auth0's hook they provide.