Which SDK this is regarding: api/auth/me route / userProfile
SDK Version: 1.3.0
Platform Version: Vercel
Hi. I’m new to the auth0-nexjs. I am trying to add more properties to the useUser object
(fetches userinfo from /api/auth/me)
struggling to add properties like app_metadata.[some-prop].
I would like to use the useUser hook on components to render different viewa depending on a custom prop.
The /api/auth/me endpoint provides info from the ID Token payload. To add additional data, you can add custom claims to the ID Token from within a rule: