I setup both an application and an API with auth0. Plus everything seems to be working as expected and jwtCheck is working. the issue is that they payload for the jwt has nothing about user identity. If I’m building a simple todo app, I need way to make sure that authorized users can only CRUD thier own recourses.
My question is how to add user info like user_id to the accessToken?
Hey @SaqibHussain thanks so much for the quick reply much appreciated .
maybe I should’ve clarified by access token I meant the access token returned by the oauth/token.
I’m using the access_token from the endpoint to call an external API protected by Auth0. unfortunately the payload for that token has no info about the user, WDYT?