graphql-engine/docs
Anon Ray 75090d51b9 jwt config now takes a jwk url (close #465) (#527)
JWT config now takes an optional jwk_url parameter (which points to published JWK Set). This is useful for providers who rotate their JWK Set.

Optional jwk_url parameter is taken. The published JWK set under that URL should be in standard JWK format (tools.ietf.org/html/rfc7517#section-4.8).

If the response contains an Expires header, the JWK set is automatically refreshed.
2018-09-27 16:52:49 +05:30
..
_ext merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
_static add github and social media buttons to docs page (#540) 2018-09-26 19:42:55 +05:30
_theme/djangodocs add github and social media buttons to docs page (#540) 2018-09-26 19:42:55 +05:30
algolia_index merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
examples_schema_migrations merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
graphql/manual jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
img add github and social media buttons to docs page (#540) 2018-09-26 19:42:55 +05:30
.gitignore merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
404.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
conf.py merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
CONTRIBUTING.md merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
index.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
Makefile merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
README.md add installation manifests (#432) 2018-09-13 15:03:13 +05:30
requirements.txt merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30

Hasura GraphQL Engine Docs

The documentation accompanying Hasura GraphQL Engine: written using Sphinx and deployed to docs.hasura.io.

Contributing

Checkout the contributing guide for more details.

License

The source code in this directory are under MIT License.