Auth0 with next.js is not working with nest.js

Hi @nicolatesla0987,

Thanks for the update, and I’m glad it’s working now.

If you have specified the email scope, the email_address and email_verified claims can be found in the ID token.

This is mentioned in our Sample Use Cases: Scopes and Claims documentation.

If you haven’t, you might have to include the openid scope as well.

Best,
Rueben