graphql-engine/docs/graphql/manual/auth/jwt-examples.rst
Rishichandra Wawhal 97c4cf0e2a update auth docs (#1305)
* fix broken auth example links

* add jwt examples

* misc auth docs changes
2019-01-04 19:31:18 +05:30

18 lines
625 B
ReStructuredText

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.
- `Auth0 JWT example <https://github.com/hasura/graphql-engine/tree/master/community/examples/todo-auth0-jwt>`__:
A todo app that uses Hasura GraphQL Engine and Auth0 JWT
- `Firebase JWT example <https://github.com/hasura/graphql-engine/tree/master/community/examples/firebase-jwt>`__:
Barebones example to show how to have Firebase Auth integrated with Hasura JWT mode