Requesting Custom Fields on your JWT Token
Use Case
{
"username": "helloworld",
"role": "admin"
}
The API
Requesting Custom Claims on your Access TokenLast updated
{
"username": "helloworld",
"role": "admin"
}Last updated