Merge pull request #122 from peterhudec/master

Added Authomatic to the Authentication section
This commit is contained in:
Vinta 2014-07-12 20:52:35 +08:00
commit f3fec4c11b

View File

@ -365,6 +365,7 @@ long, literate-programming-style documentation generator.
*Libraries for implementing authentications schemes.*
* [Authomatic](http://peterhudec.github.io/authomatic/) - Simple but powerful framework agnostic authentication/authorization client package.
* [OAuthLib](https://github.com/idan/oauthlib) - A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
* [rauth](https://github.com/litl/rauth) - A Python library for OAuth 1.0/a, 2.0, and Ofly.
* [python-oauth2](https://github.com/simplegeo/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers.