Sha256: 4e1bac6ac029d18ae476ac9386712ee70975c8a2315a30e6ead72ff91b272e92

Contents?: true

Size: 1.4 KB

Versions: 15

Compression:

Stored size: 1.4 KB

Contents

= authentication plugin

This plugin provide the infrastructure for implementing a pluggable
authentication system. This plugin only provides support for the
lower-level model functionality to carry out various authentication
actions. Higher level functions that the user interacts with
(login pages, forgot my password, etc.) should be implemented by the
application or a plugin like the login plugin which is designed for
this purpose.

See the #Authentication module for overview info

= Installation

== Standard Method

    ruby ./script/plugin install http://authentication.rubyforge.org/svn/trunk
    mv vendor/plugins/trunk vendor/plugins/authentication

== Piston Method

    piston import http://authentication.rubyforge.org/svn/trunk vendor/plugins/authentication
    
= NOTICE

Since this plugin does not yet contain many modules that it hopes to
one day (POP3, etc.) the internal API is not set in stone. I wanted to
leave a place for plugging in other authentication systems but do not
yet actually have any need for any besides a salted hash and basic
tokens. This means as the others are added the internals will probably
change to account for the variety.

= NOTICE

Since nobody uses all aspects of this program different people are
maintaining different parts. If you have any questions about a specific
authentication module contact correct person:

Bart Duchesne <bduc@dyndaco.com> - LDAP and Radius auth modules

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
adva-0.3.2 vendor/gems/authentication/README
adva-0.3.1 vendor/gems/authentication/README
adva-0.3.0 vendor/gems/authentication/README
adva-0.2.4 vendor/gems/authentication/README
adva-0.2.3 vendor/gems/authentication/README
adva-0.2.2 vendor/gems/authentication/README
adva-0.2.1 vendor/gems/authentication/README
adva-0.2.0 vendor/gems/authentication/README
adva-0.1.4 vendor/gems/authentication/README
adva-0.1.3 vendor/gems/authentication/README
adva-0.1.2 vendor/gems/authentication/README
adva-0.1.1 vendor/gems/authentication/README
adva-0.1.0 vendor/gems/authentication/README
adva_user-0.0.1 vendor/gems/authentication/README
adva-0.0.1 adva_user/vendor/gems/authentication/README