Skip to content

vacationlabs/hoauth2

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Haskell 95.3%
  • Nix 1.8%
  • Makefile 1.3%
  • HTML 1.3%
  • CSS 0.3%