Sha256: 08b96d8985050263bceb9d371395dbc49a342e1ae59b0130cfab971a3721fc29
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
= Authlogic Haapi (Http Auth API) Authlogic OpenID is an extension of the Authlogic library to add OpenID support. Authlogic v2.0 introduced an enhanced API that makes "plugging in" alternate authentication methods as easy as installing a gem. Credits go to Matthew and Saro at http://matthewtodd.org/2009/02/19/using-authlogic-and-active_resource.html for inspiration and guidance. == Helpful links * <b>Authlogic:</b> http://github.com/binarylogic/authlogic == Install and use === 1. Install the Authlogic Haapi gem $ sudo gem install authlogic_haapi Now add the gem dependency in your config: config.gem "authlogic_haapi" Or for older version of rails, install it as a plugin: $ script/plugin install git://github.com/quantipay/authlogic_haapi.git === 2. Configuration options: <b>allow_http_basic_auth_with_api_key, default = true</b> Indicates whether you wish to allow logging in by HTTP Auth using the API Key. Copyright (c) 2009 Joe Scharf of [QuantiPay](http://quantipay.com), released under the MIT license
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quantipay-authlogic_haapi-1.0.2 | README.rdoc |