keycloak-hs =========== keycloak-hs is a library for connecting to [Keycloak](https://www.keycloak.org/) made in Haskell. Keycloak allows to authenticate users and protect resources. Warning: This package is experimental and still under development. Install ======= Installation follows the standard approach to installing Stack-based projects. 1. Install the [Haskell `stack` tool](http://docs.haskellstack.org/en/stable/README). 2. Run `stack install --fast` to install this package. Tutorial ======== TBD