How to protect my API and give access to consumers through token?

This question is very similar to this one, therefore linking this other thread:

Let me know if the linked docs page helps to clarify a bit more.

Short answer: you need to register your API in the Auth0 dashboard, then use its API identifier as audience parameter in the authorize request from within your client application.

1 Like