I’ve just recently started using Auth0 - I followed this tutorial pretty closely while getting set up.
I just finished setting up my api endpoint
I then tried calling it using the token generated by getAccessTokenSilently
The JWT does contain the correct scope, and the endpoint is set up correctly (I tested it without securing the endpoint) but for some reason jwtAuthz won’t recognize it.
Thank you!