hoauth2-1.8.0: README.md
[](http://travis-ci.org/freizl/hoauth2)
[](https://hackage.haskell.org/package/hoauth2)
# 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.