Hey! I'm trying to authenticate a user using a JWT access token I get from Auth0. The token seems to be valid according to https://jwt.io/, but my XANO API endpoint keeps returning 401 and the following error message:
{'code':'ERROR_CODE_UNAUTHORIZED','message':'Unsupported input'}
Any ideas?
Thanks in advance!