Hi, i’m using
@auth0/nextjs-auth0@^1.9.2
I added some roles and permission to the user but i cannot see those on user profile.
I get a JSON like this:
{
"given_name": "XXX",
"family_name": "XXX",
"nickname": "XXXX",
"name": "TEST",
"picture": "https://lh3.googleusercontent.com/a/ALm5wu00F67aDunHRV9EdLjKN94LbOYW7E9LbPFWCtOE=s96-c",
"locale": "it",
"updated_at": "2022-10-10T06:56:02.203Z",
"email": "xxxxxxxxx@gmail.com",
"email_verified": true,
"sub": "google-oauth2|10015xxxxxxxx23",
"sid": "Yoxxxc-_-txxxxxxx7L"
}
How i can add those fields to the user i’m getting on the frontend?