Authenticating a Next.js site with Auth0

Share this video with your friends

Send Tweet

Within this 7 minute video we will add authentication to the default next.js template with Auth0. This includes installing the nextjs-auth0 npm package, configuring your Auth0 account, creating API endpoints, adding login / logout buttons, and pulling user data from an authenticated user session (by using the native getServerSideProps function)!