graphql-engine/docs/graphql/manual/auth
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
..
basics.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
common-roles-auth-examples.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
config.rst.wip 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
jwt.rst jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
roles-variables.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
webhook-examples.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
webhook.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30