Skip to content

jlengstorf/gatsby-hasura-realtime-app

Repository files navigation

Blog w/Realtime Comments Using Hasura + Gatsby

This is an app that was built on Jason’s livestream, Learn With Jason.

Watch the livestream to learn how to build this yourself.

NOTE: This App Needs Better Authentication

Currently, this app uses the GATSBY_HASURA_GRAPHQL_ADMIN_SECRET value to access the Hasura GraphQL API. This is fine for a demo, but it is not secure for a production app.

See Hasura’s docs on authentication to make sure your app is production-ready.