Missing user data in session from Auth0 #1834
-
Hi all I am trying to use https://auth0.com/ as the provider and it does not work as expected. I took the example application from https://github.com/nextauthjs/next-auth-example and allow only Auth0 to sign in. After successfully signed in, NextAuth does not get session data from Auth0. I have recorded as video: As you can see, after the login it does not show the correct information. It shows You are not signed in, which The settings of the identity provider in Auth0: I have also tried on https://next-auth-example.vercel.app/ Auth0 as provider and it works fine. What am I doing wrong? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
check Also, you say you use auth0, so you must configure your auth0 application against next-auth and github against auth0. not github against next-auth |
Beta Was this translation helpful? Give feedback.
check
jwt
andsession
https://next-auth.js.org/configuration/callbacksAlso, you say you use auth0, so you must configure your auth0 application against next-auth and github against auth0. not github against next-auth