keycloak-hs

[ bsd3, library, program, unclassified ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/cdupont/keycloak-hs#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.0, 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.1.0.0, 0.1.1, 0.2.0, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 3.0.0, 3.0.1, 3.0.2
Change log ChangeLog.md
Dependencies aeson (>=2.0.3 && <2.3), aeson-casing (>=0.2.0 && <0.3), base (>=4.9.1.0 && <5), base64-bytestring (>=1.2.1 && <1.3), bytestring (>=0.10 && <0.12), containers (>=0.6.4.1 && <0.7), exceptions (>=0.10.4 && <0.11), hashable (>=1.3.5 && <1.5), hslogger (>=1.3.1 && <1.4), http-api-data (>=0.4.3 && <0.6), http-client (>=0.7.13 && <0.8), http-types (>=0.12.3 && <0.13), jose (>=0.9 && <0.11), keycloak-hs, lens (>=5.0.1 && <5.3), lens-aeson (>=1.1.3 && <1.3), monad-time (>=0.3.1 && <0.5), mtl (>=2.2.2 && <2.3), safe (>=0.3.19 && <0.4), string-conversions (>=0.4.0 && <0.5), text (>=1.2.5 && <2.1), unordered-containers (>=0.2.17 && <0.3), word8 (>=0.1.3 && <0.2), wreq (>=0.5.3 && <0.6) [details]
License BSD-3-Clause
Copyright 2019 Corentin Dupont
Author Corentin Dupont
Maintainer corentin.dupont@gmail.com
Home page https://github.com/cdupont/keycloak-hs#readme
Bug tracker https://github.com/cdupont/keycloak-hs/issues
Source repo head: git clone https://github.com/cdupont/keycloak-hs
Uploaded by CorentinDupont at 2023-10-22T21:47:30Z
Distributions
Executables example
Downloads 6329 total (52 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-10-22 [all 1 reports]

Readme for keycloak-hs-3.0.2

[back to package description]

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.