You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it's been a while since you posted this question, however, I wanted to contribute to the answer for everyone's benefit. Today, this can be done via Actions and previously this was done via Rules (javascript functions).
The steps to append metadata into the user info response once the user logs in are:
add the following two parameters under the user metadata section in Auth0: name and address
create custom action from the library menu, let's call it Add metadata
Use setCustomClaim to retrieve user_matadata and append it to user info
Hi,
Thanks for this great package!
Do you think it's possible to easily obtain the metadata from auth0?
that would be great to help me control the app content display.
The text was updated successfully, but these errors were encountered: