A lightweight OAuth2 Haskell binding.
- Make sure
ghc-8.10andcabal-3.xinstalled. make create-keys- check the
example/Keys.hsto make sure it's config correctly for the IdP you're going to test. (client id, client secret, oauth Urls etc) make buildmake start-demo- open http://localhost:9988
- assume
cabal-installhas been install (either globally or in nix store) nix-shellthen could docabal v2-build- or
nix-build
Feel free send pull request or submit issue ticket.