Description
Please see the README on GitHub at https://github.com/cdupont/keycloak-hs#readme.
Description
Please see the README on GitHub at https://github.com/cdupont/keycloak-hs#readme
README.md
Keycloak-hs
Keycloak-hs is an Haskell library for connecting to Keycloak. Keycloak allows to authenticate and manage users and to protect API resources. This library allows you to retrieve and analyse Keycloak authentication tokens, and to protect resources in your API.
Install
Installation follows the standard approach to installing Stack-based projects.
- Install the Haskell
stack
tool. - Run
stack install --fast
to install this package.
Usage
See our tutorial.