@auth0/angular-jwt How to setup TokenGetter while using in memory silent token?

tokenGetter is not a function or its undefined.

In Angular 9 i had no problems, but in 10, it not work.

  1. I load Auth0Client initialization from API with params.
  2. HandleAuthentification
  3. Continue working with in memory token

Problems:
INTERCEPTOR - cant sent any request to api.
How can we turn off your interceptor?

I have removed @auth0/angular-jw and instaled import jwt_decode from ‘jwt-decode’;
Now its okey.

1 Like

Thanks for sharing it with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.