add persist_in_session config option
authorAlexander Hartmaier <abraxxa@cpan.org>
Tue, 24 Nov 2015 13:38:44 +0000 (14:38 +0100)
committerAlexander Hartmaier <abraxxa@cpan.org>
Tue, 24 Nov 2015 13:38:44 +0000 (14:38 +0100)
commit439924cb60130b112899c2eb54a665ef615d5093
tree409212f725850313a0419a17639373c162919bc3
parent58b695ab0ca923a943591ac2bdbb71c94bbd732f
add persist_in_session config option

to allow storing of user and its roles in the session without hitting the LDAP
store on each request

sorry, no tests yet!
Changes
README
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm