graphql-engine/docs/graphql/manual/auth/jwt-examples.rst

18 lines
631 B
ReStructuredText
Raw Normal View History

Auth JWT examples
=================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Here are some sample apps that use JWT authorization. You can follow the instructions in the READMEs of the
repositories to get started.
2019-01-17 16:32:56 +03:00
- `Auth0 JWT example <https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/todo-auth0-jwt>`__:
A todo app that uses Hasura GraphQL Engine and Auth0 JWT
2019-01-17 16:32:56 +03:00
- `Firebase JWT example <https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/firebase-jwt>`__:
Barebones example to show how to have Firebase Auth integrated with Hasura JWT mode