hoauth2

Haskell OAuth2 authentication client

https://github.com/freizl/hoauth2

Version on this page:1.8.8
LTS Haskell 22.14:2.10.0
Stackage Nightly 2024-03-28:2.13.1
Latest on Hackage:2.13.1

See all snapshots hoauth2 appears in

BSD-3-Clause licensed by Haisheng Wu
Maintained by Haisheng Wu
This version can be pinned in stack with:hoauth2-1.8.8@sha256:6b20fcc192d19c16fde32b0d1acd44e0f3eba3ae4db34009c21a306df5998038,5739

Build Status Hackage

Introduction

A lightweight oauth2 haskell binding.

Build example app

  • make create-keys
  • check the example/Keys.hs to make sure it’s config correctly for the IdP you’re going to test. (client id, client secret, oauth Urls etc)
  • make build
  • make demo
  • open http://localhost:9988

Contribute

Feel free send pull request or submit issue ticket.