A Paw user just asked us whether it was the correct way to authenticate with the Auth0 API:
Had a quick review of the code and as far as I can tell it creates a JWT and signs it with a base64 encoded version of the client secret. That is not how Auth0 / OAuth2 works.
Any clue @LordZardeck? Thank you!
A Paw user just asked us whether it was the correct way to authenticate with the Auth0 API:
Any clue @LordZardeck? Thank you!