Hi,
I’ve been following the Auth0 jQuery implementation using the repository auth0-jquery-samples/02-User-Profile at master · auth0-samples/auth0-jquery-samples · GitHub
Everything works perfectly but how do I get the app metadata from the profile when all I see is
{ "sub": "", "given_name": "", "family_name": "", "nickname": "", "name": "", "picture": "", "locale": "en", "updated_at": "", "email": "", "email_verified": true }
?