OAuth2

OAuth2 1.1.0 updated

OAuth2 implements the newer changes made to the OAuth protocol via its more secure 2.0 version, but still keeps the simple interaction model used with the first version. The library is nothing more than a plain Ruby wrapper for the official protocol API,...

oauth2client

oauth2client 1.4.7 updated

oauth2client includes basic code for allowing developers to write applications that securely access the Google APIs and their data via an OAuth 2.0 connection.The library deals with bot authentication and authorization at the same time.oauth2client is...

OmniAuth

OmniAuth 1.3.1 updated

OmniAuth sets to provide a modern solution to handle the various ways applications and websites tend to authenticate users on their services.The library works as a wireframe for various services and providers, allowing a solid base on which "strategies"...

PassLib

PassLib 1.6.2

PassLib provides cross-platform implementations of over 20 password hashing algorithms.Can be used for:- Quick-start password hashing for new python applications.- Constructing a configurable hashing policy to match the needs of any python application.-...

Passport

Passport 0.2.2 updated

Passport can be unobtrusively dropped in to any Connect/Express-based web application.Also available to install via the npm utility.Features: Single sign-on with OpenID and OAuth Easily handle success and failure Supports persistent sessions Dynamic scope...

Passwordless

Passwordless 1.1.0 updated

Passwordless implements OTPW: one-time-passwords.This works by asking the user to enter an email address and by sending him a confirmation link to that address.By clicking and accessing the link, the user is authenticated and a new account is created for...