Popularity
9.4
Stable
Activity
7.7
-
120
5
44
Monthly Downloads: 266
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.
-
snap-core
Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers. -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
snap-server
A fast HTTP server library, which runs Snap web handlers. -
glirc
Haskell IRC library and console client - Join us on libera.chat #glirc -
HaskellNet
Haskell library which provides client support for POP3, SMTP, and IMAP protocols. -
network-transport-zeromq
ZeroMQ transport for distributed-process (aka Cloud Haskell) -
ngx-export
Nginx module for binding Haskell code in configuration files for great good! -
secure-sockets
A library for making secure connections between servers. -
graphula
A simple interface for generating persistent data and linking its dependencies -
http-types
Generic HTTP types for Haskell (for both client and server code) -
linklater
A Haskell library for the Slack API (including real-time messaging!) -
HaskellNet-SSL
Helpers to connect to SSL/TLS mail servers with HaskellNet
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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.