18 years agoVersion bump plus changelog for C::P::Authentication v0.02
Yuval Kogman [Mon, 28 Nov 2005 12:54:12 +0000]
Version bump plus changelog for C::P::Authentication

18 years agoDon't try to load Want now that it's not used
Yuval Kogman [Mon, 28 Nov 2005 12:50:45 +0000]
Don't try to load Want now that it's not used

18 years agoFix test so that it can restore properly
Yuval Kogman [Mon, 28 Nov 2005 12:49:09 +0000]
Fix test so that it can restore properly

18 years agoTest for ningu's bug
Yuval Kogman [Mon, 28 Nov 2005 12:42:23 +0000]
Test for ningu's bug

18 years ago- fix catastrophic typo in Authentication.pm
David Kamholz [Mon, 28 Nov 2005 11:48:10 +0000]
- fix catastrophic typo in Authentication.pm
- back out Want::want change for now (seems broken)

18 years agonotes.pod is no longer necessary v0.01
Yuval Kogman [Sun, 27 Nov 2005 21:14:18 +0000]
notes.pod is no longer necessary

18 years agoBoilerplate for C::P::Authentication
Yuval Kogman [Sun, 27 Nov 2005 21:13:41 +0000]
Boilerplate for C::P::Authentication

18 years ago$user->supports("foo") will also return true for User::Hash if there is such a key
Yuval Kogman [Sun, 27 Nov 2005 20:52:50 +0000]
$user->supports("foo") will also return true for User::Hash if there is such a key

18 years agoAdd small example to Store.pod
Yuval Kogman [Sun, 27 Nov 2005 20:51:58 +0000]
Add small example to Store.pod

18 years agoOops... Store.pod was uncommitted
Yuval Kogman [Sun, 27 Nov 2005 18:56:21 +0000]
Oops... Store.pod was uncommitted

18 years agoDefatalize $c->login when there are no params
Yuval Kogman [Sun, 27 Nov 2005 18:54:02 +0000]
Defatalize $c->login when there are no params

18 years agoBe extra specially lazy with $c->user if Want is available
Yuval Kogman [Sun, 27 Nov 2005 18:29:29 +0000]
Be extra specially lazy with $c->user if Want is available

18 years agoLots of doc for C::P::Authentication
Yuval Kogman [Sun, 27 Nov 2005 17:47:04 +0000]
Lots of doc for C::P::Authentication

18 years agoDon't attempt to restore in auth_restore_user unless there is already a session
Yuval Kogman [Sun, 27 Nov 2005 15:45:34 +0000]
Don't attempt to restore in auth_restore_user unless there is already a session

18 years agoAllow plugins loaded after C::P::Authentication to hook into 'set_authenticated'
Yuval Kogman [Sun, 27 Nov 2005 14:12:11 +0000]
Allow plugins loaded after C::P::Authentication to hook into 'set_authenticated'

18 years agoAlso check hex digests in Cred::Password
Yuval Kogman [Sat, 26 Nov 2005 02:09:31 +0000]
Also check hex digests in Cred::Password

18 years agoeliminate a silly warning with void context and stuff
Yuval Kogman [Wed, 23 Nov 2005 20:32:57 +0000]
eliminate a silly warning with void context and stuff

18 years agoRefactor Authentication + some slight doc + perltidy
Yuval Kogman [Mon, 21 Nov 2005 22:34:46 +0000]
Refactor Authentication + some slight doc + perltidy

18 years ago$c->user lazy restores from session
Yuval Kogman [Mon, 21 Nov 2005 20:55:25 +0000]
$c->user lazy restores from session

18 years agoRefactor + perltidy of Authentication
Yuval Kogman [Mon, 21 Nov 2005 20:46:30 +0000]
Refactor + perltidy of Authentication

18 years agoAuth store registration
Yuval Kogman [Mon, 21 Nov 2005 13:36:18 +0000]
Auth store registration

18 years agoadded Crypt::SaltedHash support
Sascha Kiefer [Tue, 15 Nov 2005 15:19:09 +0000]
added Crypt::SaltedHash support

18 years agoCan't deref an array field if it doesn't exist
Yuval Kogman [Wed, 9 Nov 2005 09:09:44 +0000]
Can't deref an array field if it doesn't exist

18 years agoACL + tests
Yuval Kogman [Wed, 9 Nov 2005 00:09:17 +0000]
ACL + tests
misc fixes for the authen, authz::roles
move dummy session store out of t/lib so that it's reusable

18 years ago- $c -> $_ in Authentication::Credential::Password
David Kamholz [Tue, 8 Nov 2005 18:28:42 +0000]
- $c -> $_ in Authentication::Credential::Password

18 years agoAdd some dwim to Credential::Password (arg less $c->login will mine params), fix...
Yuval Kogman [Tue, 8 Nov 2005 16:23:37 +0000]
Add some dwim to Credential::Password (arg less $c->login will mine params), fix some edge cases, add more tests

18 years agoTest auth/session integration
Yuval Kogman [Tue, 8 Nov 2005 16:20:18 +0000]
Test auth/session integration

18 years agoUnit test for Authentication::User
Yuval Kogman [Tue, 8 Nov 2005 15:56:24 +0000]
Unit test for Authentication::User

18 years agoPerltidy User/Hash.pm
Yuval Kogman [Mon, 7 Nov 2005 20:34:03 +0000]
Perltidy User/Hash.pm

18 years ago$c->request->user --> $c->request->{user}
Yuval Kogman [Mon, 7 Nov 2005 20:32:38 +0000]
$c->request->user --> $c->request->{user}

18 years agoAuth: Put the user data in req->user
Andy Grundman [Mon, 7 Nov 2005 18:04:18 +0000]
Auth: Put the user data in req->user

18 years agoFixed typo in Auth: supperts -> supports
Andy Grundman [Mon, 7 Nov 2005 14:29:46 +0000]
Fixed typo in Auth: supperts -> supports

18 years agoSupport e.g. ->roles in User::Hash if set appropriately
Yuval Kogman [Mon, 7 Nov 2005 13:53:47 +0000]
Support e.g. ->roles in User::Hash if set appropriately

18 years agoAuthentication releng (version, Build.PL)
Yuval Kogman [Sat, 5 Nov 2005 00:18:13 +0000]
Authentication releng (version, Build.PL)

18 years agoChanges to Authentication to support Authentication::Store::Htpasswd
Yuval Kogman [Sat, 5 Nov 2005 00:17:57 +0000]
Changes to Authentication to support Authentication::Store::Htpasswd

18 years agoTest + fixes for new auth draft
Yuval Kogman [Fri, 4 Nov 2005 02:31:15 +0000]
Test + fixes for new auth draft

18 years agoupdates to auth draft
Yuval Kogman [Fri, 4 Nov 2005 01:35:32 +0000]
updates to auth draft

18 years agoInitial draft of auth modules
Yuval Kogman [Fri, 4 Nov 2005 00:17:47 +0000]
Initial draft of auth modules

18 years agoDocument distinction of store plugins and store models in auth notes
Yuval Kogman [Thu, 3 Nov 2005 21:16:15 +0000]
Document distinction of store plugins and store models in auth notes

18 years agoAuthentication plugin placeholder and notes.pod
Yuval Kogman [Thu, 3 Nov 2005 03:58:43 +0000]
Authentication plugin placeholder and notes.pod