Auth0JS vs NextJS SDK

Greetings,

I am developing a NextJS app and my final choice for impleenting authentication is Auth0, this is what I find most practical.
My question though is, if I want to return an access token after the user logs into the website, then i will need to use the Auth0-js package and write my own custom code for the login/signup pages?

I need the access token to further develop a custom API i want to use on my backend.

Hi @csokan.raul89

Welcome back to the Auth0 Community!

Thank you for posting your question. With Next.js-auth0 SDK you have an access to the access_tokennextjs-auth0/EXAMPLES.md at main · auth0/nextjs-auth0 · GitHub

Thanks
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.