DEV Community

Discussion on: Deploying Hasura on AWS with Fargate, RDS and Terraform

Collapse
 
tae profile image
Tae Kim • Edited

Answering my own question - I managed to get this working via an Auth Webhook. I created a custom endpoint that validates the JWT (using the jwt library) and tells Hasura whether that user is authenticated.

hasura.io/docs/latest/graphql/core...