mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
97c4cf0e2a
* fix broken auth example links * add jwt examples * misc auth docs changes
18 lines
625 B
ReStructuredText
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
|
|
|