A lightweight oauth2 haskell binding.
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
- assume
cabal-install
has been install (either globally or in nix store) nix-shell
then could docabal v2-
build- or
nix-build
Feel free send pull request or submit issue ticket.