An open API service indexing awesome lists of open source software.

https://github.com/doist/oauthist

OAuth2 framework with Redis backend to implement authorization and resource servers
https://github.com/doist/oauthist

Last synced: over 1 year ago
JSON representation

OAuth2 framework with Redis backend to implement authorization and resource servers

Awesome Lists containing this project

README

          

oauthist: framework for OAuth 2.0 server implementations
===========================================================

**oauthist** is a framework to implement OAuth 2.0 resource and authorization
servers. We use Redis as the data storage for all temporary and persistent
data, such as client information, authorization codes, access tokens, etc.

.. image:: https://secure.travis-ci.org/Doist/oauthist.png?branch=master
:alt: Build Status
:target: https://secure.travis-ci.org/Doist/oauthist

More information
----------------

1. `Framework documentation `_
2. `RFC 6749. The OAuth 2.0 Authorization Framework `_
3. `RFC 6750. The OAuth 2.0 Authorization Framework: Bearer Token Usage `_