Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 693 Bytes

File metadata and controls

13 lines (7 loc) · 693 Bytes

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.