mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
75090d51b9
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. |
||
---|---|---|
.. | ||
Auth | ||
App.hs | ||
Auth.hs | ||
CheckUpdates.hs | ||
Init.hs | ||
Logging.hs | ||
Middleware.hs | ||
Query.hs | ||
Utils.hs | ||
Version.hs |