From 3321f4078ff13395bedc28e1558b6fd068b3f607 Mon Sep 17 00:00:00 2001 From: Peter Hudec Date: Thu, 10 Jul 2014 10:15:12 +0200 Subject: [PATCH] Added Authomatic to the Authentication section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd0f878..f1cd9f2 100644 --- a/README.md +++ b/README.md @@ -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.