I am trying to understand how to retrieve an access token in a React SPA which I can use for authorization and include it in the header when calling my API.
In the documentation it shows that I can call getTokenSilently() to retrieve an access token, but the token I receive is not a JWT.
Can anyone point me in the right direction?
Thanks.