Ready to post?
First, try searching for your answer.
Hi there,
Am using auth0 Universal login ,after I authenticated when i check the access_token i dont see the payload in it , i just see the header and footer but payload is blank.
Even i added the below code postLogin still i dont see any payload in the access_token.pls advice.
api.accessToken.setCustomClaim(${namespace}custom_claims, custom_claims);
Header
{
“alg”: “dir”,
“enc”: “A256GCM”,
“iss”: “https://teanettest-platform.auth0app.com/”
}