how to get the additional data to access private path correctly? any steps?
adamchenwei opened this issue · 2 comments
adamchenwei commented
https://github.com/auth0-samples/auth0-express-api-samples/tree/master/01-Authorization-RS256
Specifically for this example. since it said A protected endpoint which returns a message on success. Requires a valid JWT access token with a scope of read:messages.
how to obtain / setup both so to pass the private route?
mathiasconradt commented
This should be a relevant doc with instructions to start with: https://auth0.com/docs/microsites/protect-api/protect-api
adamchenwei commented
Resolved here, in case anyone needed help with same thing
https://community.auth0.com/t/nobody-is-answering-my-question-in-github-issue-thought-i-ask-here-again/27806