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
- Host: GitHub
- URL: https://github.com/doist/oauthist
- Owner: Doist
- Created: 2012-10-16T17:51:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T19:18:39.000Z (over 4 years ago)
- Last Synced: 2025-03-28T10:21:36.893Z (over 1 year ago)
- Language: Python
- Size: 86.9 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 `_