https://github.com/cedadev/ndg_oauth
Python OAuth 2.0 Implementation including client and server packages.
https://github.com/cedadev/ndg_oauth
Last synced: about 1 year ago
JSON representation
Python OAuth 2.0 Implementation including client and server packages.
- Host: GitHub
- URL: https://github.com/cedadev/ndg_oauth
- Owner: cedadev
- License: other
- Created: 2012-11-22T12:42:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T15:26:50.000Z (over 9 years ago)
- Last Synced: 2025-04-13T09:55:26.606Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 362 KB
- Stars: 5
- Watchers: 14
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ndg_oauth
=========
Python OAuth 2.0 Implementation including client and server packages:
* ndg_oauth_client
* ndg_oauth_server
These include WSGI wrappers for easy integration with Python frameworks such as Pylons/Pyramid or Django.
Both are available on PyPI e.g.
```
$ pip install ndg_oauth_client ndg_oauth_server
```
Latest release is version 0.5.0.