Claims key: 'https://hasura.io/jwt/claims' not found
See original GitHub issuei am getting following error:
"claims key: 'https://hasura.io/jwt/claims' not found"
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Ask Question - Stack Overflow
But I get this error message in the console, "Error: GraphQL error: claims key: 'https://hasura.io/jwt/claims' not found". Why? What could I ...
Read more >Authentication using JWT | Hasura GraphQL Docs
You can specify the key name, inside which the Hasura specific claims will be present, e.g. https://mydomain.com/claims . Default value is: https://hasura.io/ ...
Read more >Using JWTs for GraphQL Authorization with Hasura - Auth0
Learn how GraphQL APIs can be secured using JSON Web Tokens for authorization in the Hasura GraphQL Engine and CLI platform.
Read more >Hasura Authentication Explained - Medium
So that is not an actual authentication. ... This is used for some providers to expire a key. ... "https://hasura.io/jwt/claims": {
Read more >5.2 Protect GraphQL Endpoint with JWT
"message": "claims key: 'https://hasura.io/jwt/claims' not found". } ] } If we remember, we got the same error when we tried to decode the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For others stuck doing the Hasura tutorials: thanks @tonyjmartinez, I updated the Auth0 rule to apply the claims to the idToken as well, problem solved, i.e. I added
@tonyjmartinez I have the same problem, were you able to resolve it?