graphql-engine/server/src-lib/Hasura/GraphQL/Transport/WebSocket
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
..
Protocol.hs payload is now optional in connection_init message (close #470) (#471) 2018-09-18 13:13:30 +05:30
Server.hs jwt config now takes a jwk url (close #465) (#527) 2018-09-27 16:52:49 +05:30