Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freizl/hoauth2
Haskell oauth2 binding
https://github.com/freizl/hoauth2
haskell identity identity-providers oauth2 oauth2-client
Last synced: 3 months ago
JSON representation
Haskell oauth2 binding
- Host: GitHub
- URL: https://github.com/freizl/hoauth2
- Owner: freizl
- Created: 2012-04-29T02:19:04.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T14:23:34.000Z (6 months ago)
- Last Synced: 2024-05-21T15:42:31.489Z (6 months ago)
- Topics: haskell, identity, identity-providers, oauth2, oauth2-client
- Language: Haskell
- Homepage:
- Size: 650 KB
- Stars: 132
- Watchers: 5
- Forks: 51
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-haskell - hoauth2 - a lightweight oauth2 haskell binding. (Web / Frameworks)
README
[![Build](https://github.com/freizl/hoauth2/actions/workflows/build.yml/badge.svg)](https://github.com/freizl/hoauth2/actions/workflows/build.yml)
[![lint](https://github.com/freizl/hoauth2/actions/workflows/lint.yml/badge.svg)](https://github.com/freizl/hoauth2/actions/workflows/lint.yml)## Hackages
- [![hoauth2](https://img.shields.io/hackage/v/hoauth2.svg?style=flat-square&label=hoauth2)](https://hackage.haskell.org/package/hoauth2)
- [![hoauth2-providers](https://img.shields.io/hackage/v/hoauth2-providers.svg?style=flat-square&label=hoauth2-providers)](https://hackage.haskell.org/package/hoauth2-providers)
- [![hoauth2-tutorial](https://img.shields.io/hackage/v/hoauth2-tutorial.svg?style=flat-square&label=hoauth2-tutorial)](https://hackage.haskell.org/package/hoauth2-tutorial)
- [![hoauth2-providers-tutorial](https://img.shields.io/hackage/v/hoauth2-providers-tutorial.svg?style=flat-square&label=hoauth2-providers-tutorial)](https://hackage.haskell.org/package/hoauth2-providers-tutorial)
- [![hoauth2-demo](https://img.shields.io/hackage/v/hoauth2-demo.svg?style=flat-square&label=hoauth2-demo)](https://hackage.haskell.org/package/hoauth2-demo)## Src Packages
- [OAuth2 Haskell binding](./hoauth2)
- [Tutorial for OAuth2 binding](./hoauth2-tutorial)
- [OAuth2 Identity Providers](./hoauth2-providers)
- [Tutorial for OAuth2 Identity Providers](./hoauth2-providers-tutorial)
- [Demo Application](./hoauth2-demo)## Build
- `make rb`
## Contribute
- Feel free send pull request or submit issue ticket.
## Reference
-
-