graphql-engine/server
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
..
graphiql initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
packaging add default cmd to dockerfile (close #228) (#281) 2018-08-13 15:58:22 +05:30
src-exec jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
src-lib jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
src-rsr add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
test ui buttons to export and import metadata, reload metadata api (close #293) (#323) 2018-09-05 20:55:30 +05:30
tests-py add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
CONTRIBUTING.md update path in server contributing guide (#136) 2018-07-16 19:27:13 +05:30
graphql-engine.cabal jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
Makefile python based tests (#387) 2018-09-18 11:51:57 +05:30
Setup.hs move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
stack-nightly.yaml move raven into graphql-engine repo 2018-06-28 00:32:00 +05:30
stack.yaml add custom headers for webhooks, refactor retry logic (#419) 2018-09-24 17:20:11 +05:30