Hi.
I have two project (SPA and API Resource)
After login using auth0, how I add new custom claim in API Resource?
Hi.
I have two project (SPA and API Resource)
After login using auth0, how I add new custom claim in API Resource?
Adding claims is documented here: JSON Web Token Claims
Thanks a lot @markd for sharing!