hasura-backend-plus icon indicating copy to clipboard operation
hasura-backend-plus copied to clipboard

Fix JWT key in self-hosted Docker Compose config

Open laurentgoudet opened this issue 3 years ago • 0 comments

The JWT key passed to HBP did not match the one passed to Hasura (through HASURA_GRAPHQL_JWT_SECRET), causing Hasura to throw JWSInvalidSignature errors when trying authenticate requests. This fixes it.

laurentgoudet avatar Sep 09 '21 09:09 laurentgoudet