I’m using the Authentication API Debugger extension to generate a bearer token so that I can test my APIs locally.
I’m using a password/email login. Here is the configuration:
Now here’s the OAuth2 / OIDC tab where I click “OAUTH2 / OIDC LOGIN”:
This takes me to the domain to login with my database user, which I do.
Then I see this:
Now when I check the token in jwt.io, it says Invalid Signature and it won’t load properly. When I try sending it in an API request to my app, it says invalid token.