Commit graph

2 commits

Author SHA1 Message Date
Johann Franz
c96ddd785e Update to 0.09.
Changes since 0.05:
0.09
        - be a bit more pedantic about checking values for definedness before
          invoking methods on them

0.08
        - factor test applications out to files due to changes in Catalyst::Test
        - don't load session at prepare time unless necessary

0.07    2006-03-17 17:33:12
        - allow base64 hashed passwords

0.06    2006-03-14 19:23:50
        - pass extra get_user args to store so they can be made use of
2007-03-03 07:27:06 +00:00
Roman Kulik
260999ded2 The authentication plugin provides generic user support. It is the basis
for both authentication (checking the user is who they claim to be), and
authorization (allowing the user to do what the system authorises them
to do).

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
2006-03-09 18:11:21 +00:00