oauth.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [oauth]

www.codever.land/bookmarks/t/oauth

authboss

https://github.com/volatiletech/authboss

Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure, and ...


branca

https://github.com/hako/branca

Golang implementation of Branca Tokens.


casbin

https://github.com/hsluoyz/casbin

Authorization library that supports access control models like ACL, RBAC, ABAC.


cookiestxt

https://github.com/mengzhuo/cookiestxt

provides parser of cookies.txt file format.


go-jose

https://github.com/square/go-jose

Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs.


go-oauth2-server

https://github.com/RichardKnop/go-oauth2-server

Standalone, specification-compliant, OAuth2 server written in Golang.


gologin

https://github.com/dghubble/gologin

chainable handlers for login with OAuth1 and OAuth2 authentication providers.


gorbac

https://github.com/mikespook/gorbac

provides a lightweight role-based access control (RBAC) implementation in Golang.


goth

https://github.com/markbates/goth

provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box.


httpauth

https://github.com/goji/httpauth

HTTP Authentication middleware.


jwt

https://github.com/robbert229/jwt

Clean and easy to use implementation of JSON Web Tokens (JWT).


jwt

https://github.com/pascaldekloe/jwt

Lightweight JSON Web Token (JWT) library.


jwt-auth

https://github.com/adam-hanna/jwt-auth

JWT middleware for Golang http servers with many configuration options.


jwt-go

https://github.com/dgrijalva/jwt-go

Golang implementation of JSON Web Tokens (JWT).


loginsrv

https://github.com/tarent/loginsrv

JWT login microservice with plugable backends such as OAuth2 (Github), htpasswd, osiam.


oauth2

https://github.com/golang/oauth2

Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support.


osin

https://github.com/openshift/osin

Golang OAuth2 server library.


paseto

https://github.com/o1egl/paseto

Golang implementation of Platform-Agnostic Security Tokens (PASETO).


permissions2

https://github.com/xyproto/permissions2

Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt.


rbac

https://github.com/zpatrick/rbac

Minimalistic RBAC package for Go applications.


securecookie

https://github.com/chmike/securecookie

Efficient secure cookie encoding/decoding.


session

https://github.com/icza/session

Go session management for web servers (including support for Google App Engine - GAE).


sessiongate-go

https://github.com/f0rmiga/sessiongate-go

Go session management using the SessionGate Redis module.


sessions

https://github.com/adam-hanna/sessions

Dead simple, highly performant, highly customizable sessions service for go http servers.


signedvalue

https://github.com/sashka/signedvalue

Signed and timestamped strings compatible with Tornado's create_signed_value, decode_signed_value, and therefore set_secure_cookie and `get_secure_cookie...


Authlogic

https://github.com/binarylogic/authlogic

Authlogic is a clean, simple, and unobtrusive ruby authentication solution.


Clearance

https://github.com/thoughtbot/clearance

Small and simple email & password based authentication for Rails.


Devise

https://github.com/plataformatec/devise

A flexible authentication solution for Rails based on Warden.


JWT

https://github.com/jwt/ruby-jwt

JSON Web Token implementation in Ruby.


Knock

https://github.com/nsarno/knock

Seamless JWT authentication for Rails API.


Monban

https://github.com/halogenandtoast/monban

A very simple and extensible user authentication library for rails.


OmniAuth

https://github.com/omniauth/omniauth

A library that standardizes multi-provider authentication utilizing Rack middleware.


Rodauth

https://github.com/jeremyevans/rodauth

Authentication and account management framework for Rack applications.


Shield

https://github.com/cyx/shield

Authentication protocol for use in your routing and model context.


Sorcery

https://github.com/Sorcery/sorcery

Magical Authentication for Rails 4, and Rails 5.


warden

https://github.com/hassox/warden

General Rack Authentication Framework.


Doorkeeper

https://github.com/doorkeeper-gem/doorkeeper

An OAuth2 provider for Rails.


OAuth2 Ruby Wrapper

https://github.com/intridea/oauth2

A Ruby wrapper for the OAuth 2.0 protocol.


authlib

https://github.com/lepture/authlib

JavaScript Object Signing and Encryption draft implementation.


django-allauth

https://github.com/pennersr/django-allauth

Authentication app for Django that "just works."


django-oauth-toolkit

https://github.com/evonove/django-oauth-toolkit

OAuth 2 goodies for Django.


oauthlib

https://github.com/idan/oauthlib

A generic and thorough implementation of the OAuth request-signing logic.


python-oauth2

https://github.com/joestump/python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.


python-social-auth

https://github.com/omab/python-social-auth

An easy-to-setup social authentication mechanism.