Hi everyone,
I am using “nextjs-auth0” package and I am quite happy with it however I have one question that’s bugging me. I was going through the package’s source code but I need to make sure of the following:
When the application starts the route “/api/auth/me” checks if the user is authenticated and it returns user data and obviosult if the user is not authenticated this route will return “not_authenticated”. My question is: does it always hits the auth-server when “/api/auth/me” is being hit.
Thanks a lot.
@auth0/nextjs-auth0: ^1.6.1
“next”: “11.1.2”,