graphql-engine/server/src-lib/Hasura/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
..
Auth jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
App.hs jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
Auth.hs jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
CheckUpdates.hs update checks on ci systems (close #319) (#383) 2018-09-12 16:33:36 +05:30
Init.hs add custom namespace in jwt claims (close #350) (#364) 2018-09-07 11:30:50 +05:30
Logging.hs jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30
Middleware.hs initial support for livequeries (#176) 2018-07-20 12:52:46 +05:30
Query.hs implement api to deliver a particular event (close #371) (#373) 2018-09-07 17:21:01 +05:30
Utils.hs uri-decode database uri strings (fix #372) (#424) 2018-09-12 11:49:08 +05:30
Version.hs check for updates every 24 hrs in background (fix #204) (#209) 2018-07-27 15:04:50 +05:30