AuthlogicDRC ============ AuthlogicDRC is a DRC (DeRose Connect) add-on for the Authlogic authentication system. This extension requires the DRCClient gem and a working DRC server with which it will communicate for authentication. You can get this plugin at http://github.com/dwaynemac/drc_client. When using this extension, calls to persist your Authlogic session should work seamlessly, such as: UserSession.find You will need to add a session persistence before_filter in your controller like before_filter DRCClient.filter or before_filter DRCClient.filter(:gateway => true) to set current_drc_user for use with this add-on. Copyright (c) 2010 Dwayne Macgowan, released under the MIT license ============================ Code based on authlogic_cas: http://github.com/thurisaz/authlogic_cas Copyright (c) 2009 Rich Davis, released under the MIT license
Project
authlogic_drc
Authlogic Add-on for DRC
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Development
>= 0
Project Readme