-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
a/authnIssues related to "authentication" and capturing session claims from an API callIssues related to "authentication" and capturing session claims from an API callk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature
Description
I'm using the firebase auth emulator for local development which produces unsigned tokens. I'm running the firebase auth emulator and hasura (v1.3.3) locally using docker. It seems that hasura views the unsigned tokens using the recommended HASURA_GRAPHQL_JWT_SECRET for firebase as invalid. When I remove the HASURA_GRAPHQL_JWT_SECRET, all requests are defaulted to the anonymous role, which doesn't represent the actual role of the user from the unsigned token.
Is there a flag to allow using unsigned JWT tokens for development purposes? Or am I missing something with my configuration?
Hasura has been a major productivity boost for me! Just having this small issue setting up my local environment
jamesknelson, Rykuno, camelmasa, msroz, emilioschepis and 13 morejamesknelson, kazudotdev, Rykuno, camelmasa, msroz and 2 more
Metadata
Metadata
Assignees
Labels
a/authnIssues related to "authentication" and capturing session claims from an API callIssues related to "authentication" and capturing session claims from an API callk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature