- Which SDK this is regarding: nextjs-auth0
- SDK Version: 1.0.0-beta.0, 0.16.0
- Platform Version: e.g. Node v15.0.1
- Code Snippets/Error Messages/Supporting Details/Screenshots:
I’m new to Auth0 so this might be a newb question. When I look at a user’s raw JSON directly in Auth0, I can see various details like email, email_verified, identities, etc. But when accessing the /api/auth/me
API route in the Next.js-Auth0 SDK, it only returns a few parameters like nickname, name, and picture, among a few others.
Is this an issue with configuration on admin side? I also noticed that when I register a user, the email address is put into the “name” field for some reason. At the very least, I need to be able to fetch the user’s email and metadata as part of the profile. Any assistance/advice is appreciated.
Thanks ahead of time for the help!