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 Loading commit data...
file HELP_admin.markdown
file README.rdoc Thu Jul 24 18:18:50 -0700 2008 github friendly [Jim Gay]
file Rakefile Wed Jul 23 21:17:48 -0700 2008 initialization [Jim Gay]
file header_authorize_extension.rb
directory lib/
directory spec/ Sat Aug 16 20:56:07 -0700 2008 adding some specs [Jim Gay]

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