Popularity
9.5
Stable
Activity
7.9
-
131
5
50

Monthly Downloads: 307
Programming language: Haskell
License: MIT License
Tags: Network    
Latest version: v1.7.0

hoauth2 alternatives and similar packages

Based on the "Networking" category.
Alternatively, view hoauth2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hoauth2 or a related project?

Add another 'Networking' Package

README

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

Nix

  • assume cabal-install has been install (either globally or in nix store)
  • nix-shell then could do cabal v2- build
  • or nix-build

Contribute

Feel free send pull request or submit issue ticket.