graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.Server.Auth.JWT.Logging

Synopsis

Documentation

data JwkFetchError Source #

Possible errors during fetching and parsing JWK (the Text type at the end is a friendly error message)

Constructors

JFEHttpException !HttpException !Text

Exception while making the HTTP request

JFEHttpError !URI !Status !ByteString !Text

Non-2xx HTTP errors from the upstream server

JFEJwkParseError !Text !Text

Error parsing the JWK response itself

JFEExpiryParseError !(Maybe Text) Text

Error parsing the expiry of the JWK