hasura-backend-plus
hasura-backend-plus copied to clipboard
Fix JWT key in self-hosted Docker Compose config
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.