No commit activity in last 3 years
No release in over 3 years
Simple authentication
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
SimpleAuthentication
====================

SimpleAuthentication is a simple, extensible and flexible authentication engine
for Rails 2.3+. It requires minimal configuration and initial setup, but is
still flexible enough to support customisation.

This is the base system which provides the framework for "authenticators" to
use to do the actual authentication. Currently there are two authenticators:

* Username/password: http://github.com/toretore/simple_password_authentication
* OpenID: http://github.com/toretore/simple_openid_authentication


Installation
============

Add the gem to your config/environment.rb file:

config.gem "toretore-simple_authentication", :source => "http://gems.github.com"


Copyright (c) 2009 Tore Darell, released under the MIT license