Please include the following information in your post:
Which SDK this is regarding: auth0-angular
SDK Version: 1.2.0
Platform Version: Angular 9.1
Code Snippets/Error Messages/Supporting Details/Screenshots:
I am attempting to migrate from using auth0-spa-js to auth0-angular. Previously, I had followed the Quick Start guide to setting up an AuthService which could successfully retrieve access tokens that were JWTs, but the new auth0-angular AuthService gets access tokens that are not standard JWTs; rather, they are 32 characters in length and don’t seem to be base 64 encoded.