Hi Team,
I wonder if you can help me on this.
I have an angular application that is using your auth0 api to login. It retrieves an Token that I save. I also created API out of this auth0 application.
Then I have spring boot application with REST API, what I need this token that was generated for client to work also on this REST. Which it does.
If I try to make a request to API that tries to authorize using this token it does not work. But when I generate token on the on the commandline using the API and then use the token on the backend it works.
IS there any where I can share this token from Front-end application where I just put it into the Header, backend reads this do only validation and it works?
Thanks,
Frank