public
Description: Overrides the Radiant authentication to login by HTTP header
Homepage: http://www.saturnflyer.com
Clone URL: git://github.com/saturnflyer/radiant-header_authorize-extension.git
name age message
file .gitignore Sat Aug 16 20:56:22 -0700 2008 ignore svn [saturnflyer]
file HELP_admin.markdown Thu Jul 24 18:26:14 -0700 2008 doc update [saturnflyer]
file README.rdoc Thu Jul 24 18:18:50 -0700 2008 github friendly [saturnflyer]
file Rakefile Wed Jul 23 21:17:48 -0700 2008 initialization [saturnflyer]
file header_authorize_extension.rb Mon Nov 10 19:14:01 -0800 2008 redirect for anonymous user [saturnflyer]
directory lib/ Mon Nov 10 19:14:01 -0800 2008 redirect for anonymous user [saturnflyer]
directory spec/ Sat Aug 16 20:56:07 -0700 2008 adding some specs [saturnflyer]
README.rdoc

Header Authorize

Header Authorize creates alterations of the Login System to accept Header information for authorization. This allows you to use a central authentication system for multiple applications.

An authenticate_with_header method is added as a before_filter on the ApplicationController. authenticate_with_header will look for a header specified and will allow or disallow based on a user in Radiant having the same value in the given attribute.

This requires that you manage your user accounts so that all active users have valid information listed in the Radiant database.

See HELP_admin.markdown for more details.

Built by Saturn Flyer www.saturnflyer.com