Does getTokenSilently() in @auth0/auth0-spa-js produce the same token as accessToken in auth0-js?
I’m trying to replicate the Tutorial:
which uses auth0-js, but I’m using @auth0/auth0-spa-js. In that tutorial they build an SPA with auth0 authentication, that can also authenticate a backend Django Rest Framework app, using jwt and the token from the SPA. So far I have only gotten status code 401 when using the token obtained from getTokenSilently.