haskell-oidc-client icon indicating copy to clipboard operation
haskell-oidc-client copied to clipboard

OpenID Connect 1.0 client (RP) library for Haskell

Results 6 haskell-oidc-client issues
Sort by recently updated
recently updated
newest added

Would you be willing to add it to stackage ? If not, probably I can volunteer to maintain this in Stackage - although it's usually much easier for the author...

The primary reason for this change is to pave the way for user-defined HTTP manager / request settings that need to be carried with the OIDC settings (but do not...

```haskell data OidcFlowException = DiscoveryFailed Text | InternalHttpError HttpException | JwtError JwtError | ValidationFailed Text -- TODO: details | InvalidJsonData Text deriving (Show, Typeable) foo :: (MonadThrow m, MonadIO m,...

WIP

This PR also includes diff changes from #65 All call sites of `sessionStoreDelete` have access to the state argument, and in my case I want to only clear the state...

The latest release of `oidc-client` has an upper bound on `text` that excludes version 2.2, but it does build with text 2.2.