How do I get the metadata, following a jQuery tutorial?

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 }?

Hey there @HC00407!

Have you tried checking our docs on how to set and retrieve info from app metadata in terms of user info?

Hope it will help!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.