public
Description: Yet another mini authentication system for Rails
Homepage:
Clone URL: git://github.com/pedro/miniauth.git
name age message
file README Fri Oct 24 12:46:40 -0700 2008 ok, it is mini but it deserves a readme [pedro]
file init.rb Fri Oct 24 13:30:39 -0700 2008 fix bug with numeric passwords [pedro]
README
= Miniauth

Yet another mini authentication system for Rails apps. Uses http auth.

== USAGE:

Install the plugin and setup the users in config/miniauth.yml. There's
nothing to do in your controllers, it will request auth for everything.

== SAMPLE YML:
john:
  secret
dave:
  12345