I’m very new to Auth0 and Oauth, and i’ve just implemented the basic python quick start into my app. In my database I set it to ask for a username. In the JWT I recieve after login there is not key for this username. So, I would like to know how to access this username, is there a scope for it that im missing or do you have to make a seperate API call? I’ve already used the scopes openid, profile, and email but that hasn’t worked.