@hackage / openid-connect

An OpenID Connect library that does all the heavy lifting for you

Latest0.2.0

About

Metadata

  • Last updated , by PeterJones
  • License BSD-2-Clause
  • Categories Network Development
  • Maintained by: Peter Jones <pjones@devalot.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.4.4
  2. 9.2.5
  3. 9.0.2
  4. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    example (off by default)

    Build the example application

Readme

This package provides an OpenID Connect 1.0 compliant interface for clients and some useful types and functions for providers.

The primary goals of this package are security and usability.

To get started, take a look at the OpenID.Connect.Client.Flow.AuthorizationCode module.