This has proven to be one of the hardest things to figure out with Auth0. The Auth0 Management API requires an access token. According to the docs “ To call an endpoint for test purposes, you can get a token manually using the Dashboard.”
I am trying to implement similar functionality for my API. Namely, let the user go to my applications portal and “get a token manually.” How does Auth0 implement this functionality?
Again, I am trying to build similar functionality for my users to manually generate an access token to interact with my APIs.