2019-01-04 17:01:18 +03:00
|
|
|
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>`__:
|
2019-01-04 17:01:18 +03:00
|
|
|
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>`__:
|
2019-01-04 17:01:18 +03:00
|
|
|
Barebones example to show how to have Firebase Auth integrated with Hasura JWT mode
|
|
|
|
|