Hey there @Gerarca !
The easiest route is probably to add the user’s email as a custom claim in the access token which can be accessed by your backend:
Alternatively, you can always user the userinfo endpoint.
Hey there @Gerarca !
The easiest route is probably to add the user’s email as a custom claim in the access token which can be accessed by your backend:
Alternatively, you can always user the userinfo endpoint.