Added Authomatic to the Authentication section

This commit is contained in:
Peter Hudec 2014-07-10 10:15:12 +02:00
parent 542d644db3
commit 3321f4078f
1 changed files with 1 additions and 0 deletions

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.