I have the Auth0 Management API configured with my front-end (Angular).
Each user logged has a token. I want to use the token of Auth0 Management to validate each request,
so i get this token and i sent it to my Backend (Laravel).
For this i´ve created a API in auth0 but when i send the token to my backend, it returns me “Invalid token audience expected”