mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
18 lines
631 B
ReStructuredText
18 lines
631 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/sample-apps/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/sample-apps/firebase-jwt>`__:
|
|
Barebones example to show how to have Firebase Auth integrated with Hasura JWT mode
|
|
|