You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having problems authenticating guest/anonymous/unauthenticated users. I was able to create a user through the API and get a session, but it seems that it is not possible to correctly update the session if you use nextjs-auth0. Do you have any suggestions on how to do this?
Thanks
Reproduction
Create user through Auth0 management API
Get session from Auth0 management API
Call updateSession from @auth0/nextjs-auth0 package
Additional context
No response
nextjs-auth0 version
^3.5.0
Next.js version
^14.2.3
Node.js version
v20.11.0
The text was updated successfully, but these errors were encountered:
Checklist
Description
Hi,
I am having problems authenticating guest/anonymous/unauthenticated users. I was able to create a user through the API and get a session, but it seems that it is not possible to correctly update the session if you use nextjs-auth0. Do you have any suggestions on how to do this?
Thanks
Reproduction
updateSession
from@auth0/nextjs-auth0
packageAdditional context
No response
nextjs-auth0 version
^3.5.0
Next.js version
^14.2.3
Node.js version
v20.11.0
The text was updated successfully, but these errors were encountered: