cdupont / keycloak-hs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak-hs

Build status

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.

  1. Install the Haskell stack tool.
  2. Run stack install --fast to install this package.

Usage

See our tutorial.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%