Popularity
9.4
Stable
Activity
3.6
-
113
4
39
Monthly Downloads: 161
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Network
Latest version: v1.7.0
hoauth2 alternatives and similar packages
Based on the "Networking" category.
Alternatively, view hoauth2 alternatives based on common mentions on social networks and blogs.
-
websockets
A sensible and clean way to write WebSocket-capable servers in Haskell. -
call-haskell-from-anything
Call Haskell functions from other languages via serialization and dynamic libraries -
grpc-haskell
Haskell implementation of gRPC layered on shared C library. -
PortFusion
high-performance distributed reverse / forward proxy & tunneling for TCP -
network-transport-zeromq
ZeroMQ backend for network-transport -
http-types
Generic HTTP types for Haskell (for both client and server code). -
network-transport-tcp
TCP instantiation of Network.Transport
Scout APM - Leading-edge performance monitoring starting at $39/month
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of hoauth2 or a related project?
README
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 docabal v2-
build- or
nix-build
Contribute
Feel free send pull request or submit issue ticket.