graphql-engine/docs/graphql/manual/guides/integrations/index.rst
2020-01-14 18:27:45 +05:30

29 lines
1.1 KiB
ReStructuredText

.. meta::
:description: Integration and migration tutorials for Hasura
:keywords: hasura, docs, integration, migration
Guides: Integration/migration tutorials
=======================================
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
- :doc:`auth0-jwt`
- :doc:`aws-cognito`
- :doc:`apollo-subscriptions`
- `Blog: Move from firebase to realtime GraphQL on Postgres <https://blog.hasura.io/firebase2graphql-moving-from-firebase-to-realtime-graphql-on-postgres-4d36cb7f4eaf>`__
- `Blog: Create a Gatsby site using GraphQL on Postgres <https://blog.hasura.io/create-gatsby-sites-using-graphql-on-postgres-603b5dd1e516>`__
- `Blog: Instant GraphQL on AWS RDS <https://blog.hasura.io/instant-graphql-on-aws-rds-1edfb85b5985>`__
- `Blog: Using TimescaleDB with Hasura GraphQL <https://blog.hasura.io/using-timescaledb-with-hasura-graphql-d05f030c4b10>`__
.. toctree::
:maxdepth: 1
:titlesonly:
:hidden:
Auth0 JWT Integration <auth0-jwt>
Using AWS Cognito for authentication <aws-cognito>
Subscriptions using apollo-client <apollo-subscriptions>