Popularity
9.4
Stable
Activity
0.0
-
124
5
49
Monthly Downloads: 204
Programming language: Haskell
License: MIT 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. -
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. -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
network-transport-zeromq
ZeroMQ transport for distributed-process (aka Cloud Haskell) -
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. -
graphula
A simple interface for generating persistent data and linking its dependencies -
ngx-export
Nginx module for binding Haskell code in configuration files for great good! -
http-types
Generic HTTP types for Haskell (for both client and server code) -
secure-sockets
A library for making secure connections between servers. -
linklater
A Haskell library for the Slack API (including real-time messaging!)
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
* 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.