I have an React app using the auth0-react.js to request tokens; the token that is returned is invalid and doesn’t authenticate against my api but when I use the token I request manually via the Auth0 dashboard, it works:
Is there any known issue with JWT tokens and auth0-react.js and .NET API?