All Projects → freizl → Hoauth2

freizl / Hoauth2

Licence: bsd-3-clause
haskell oauth2 binding

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Hoauth2

SimpleOAuth
Simple OAuth 2.0 for Android
Stars: ✭ 15 (-86.49%)
Mutual labels:  oauth2, oauth2-client
Oauth2
Go OAuth2
Stars: ✭ 3,941 (+3450.45%)
Mutual labels:  oauth2, oauth2-client
elm-oauth2
OAuth 2.0 client-side utils in Elm
Stars: ✭ 74 (-33.33%)
Mutual labels:  oauth2, oauth2-client
Flask Oauthlib
YOU SHOULD USE https://github.com/lepture/authlib
Stars: ✭ 1,429 (+1187.39%)
Mutual labels:  oauth2, oauth2-client
Psraw
PowerShell Reddit API Wrapper
Stars: ✭ 42 (-62.16%)
Mutual labels:  oauth2, oauth2-client
account-sdk-android
⛔️ DEPRECATED Schibsted Account SDK for Android
Stars: ✭ 15 (-86.49%)
Mutual labels:  oauth2, oauth2-client
Hiauth
HiAuth是一个开源的基于Oauth2协议的认证、授权系统。
Stars: ✭ 273 (+145.95%)
Mutual labels:  oauth2, oauth2-client
Oidc.example
OIDC (OpenID Connect) Example for http://openid.net/connect/
Stars: ✭ 190 (+71.17%)
Mutual labels:  oauth2, oauth2-client
Oauth2
OAuth2 framework for macOS and iOS, written in Swift.
Stars: ✭ 983 (+785.59%)
Mutual labels:  oauth2, oauth2-client
Oauth2
OAuth2 client in Go
Stars: ✭ 20 (-81.98%)
Mutual labels:  oauth2, oauth2-client
psd2
API client for banks supporting PSD2 APIs with OAuth2 authentication.
Stars: ✭ 26 (-76.58%)
Mutual labels:  oauth2, oauth2-client
Capacitor Oauth2
Capacitor OAuth 2 client plugin with support for the Web, iOS and Android! Show your appreciation with a Github ★
Stars: ✭ 84 (-24.32%)
Mutual labels:  oauth2, oauth2-client
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+2204.5%)
Mutual labels:  oauth2, oauth2-client
oxd
Client software to secure apps with OAuth 2.0, OpenID Connect, and UMA
Stars: ✭ 40 (-63.96%)
Mutual labels:  oauth2, oauth2-client
Okhttp Oauth2 Client
Android OAuth2 client using OkHttp
Stars: ✭ 193 (+73.87%)
Mutual labels:  oauth2, oauth2-client
Oauthswift
Swift based OAuth library for iOS
Stars: ✭ 2,949 (+2556.76%)
Mutual labels:  oauth2, oauth2-client
Auth
Authenticator via oauth2
Stars: ✭ 118 (+6.31%)
Mutual labels:  oauth2, oauth2-client
Loginpass
Login with Google, GitHub, Twitter, Facebook and many other networks.
Stars: ✭ 177 (+59.46%)
Mutual labels:  oauth2, oauth2-client
Retroauth
A library build on top of retrofit, for simple handling of authenticated requests
Stars: ✭ 405 (+264.86%)
Mutual labels:  oauth2, oauth2-client
Psmsgraph
A PowerShell module for the Microsoft Graph API
Stars: ✭ 71 (-36.04%)
Mutual labels:  oauth2, oauth2-client

Build Status Hackage

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 do cabal v2- build
  • or nix-build

Contribute

Feel free send pull request or submit issue ticket.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].