mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
32 lines
737 B
ReStructuredText
32 lines
737 B
ReStructuredText
|
.. meta::
|
||
|
:description: Authorization in your remote schema with Hasura
|
||
|
:keywords: hasura, docs, remote schema, authorization
|
||
|
|
||
|
.. _remote_schema_auth:
|
||
|
|
||
|
Authorization in remote schemas
|
||
|
===============================
|
||
|
|
||
|
.. contents:: Table of contents
|
||
|
:backlinks: none
|
||
|
:depth: 1
|
||
|
:local:
|
||
|
|
||
|
Introduction
|
||
|
------------
|
||
|
|
||
|
This page gives an overview of how to manage authorization for your remote schemas.
|
||
|
|
||
|
|
||
|
**See:**
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
|
||
|
remote-schema-forward-auth
|
||
|
remote-schema-permissions
|
||
|
remote-schema-bypass-auth
|
||
|
|
||
|
.. admonition:: Additional Resources
|
||
|
|
||
|
Data Federation with Hasura - `Watch Webinar <https://hasura.io/events/webinar/data-federation-hasura-graphql/?pg=docs&plcmt=body&cta=watch-webinar&tech=>`__.
|