PEAR::Auth "Remember Me" functionality?
Posted: Fri Mar 25, 2005 4:08 pm
I've sent this message to the PEAR-general mailing list, but for reasons obvious to readers of this message, I don't think I'm going to get an answer.
1. Does PEAR:Auth have built in Autologin / Remember Me functionality?
2. If it is not built in, how would one go about writing an extension to the class to allow for such functionality?
So, I bring it to ye all who may have used PEAR and then again, may have not.I have been searching the PEAR mailing list archives and Google for a
solution, but, alas, to no avail. I realize this question has been asked
before:
http://marc.theaimsgroup.com/?l=pear-ge ... 2947310515
>> I am using PEAR's Auth module to handle authentication. Everything is
>> fine for now but I now need to add the "Remember Me" feature on the
>> login page i.e. it allows users to automatically logged in next time
>> they visit the site.
>>
>> I am not sure how to do this using Auth.
>>
>> Any help will be appreciated.
http://marc.theaimsgroup.com/?l=pear-ge ... 8632400490
>> I use Auth in my scripts for the user authentification. That it's
>> possible to make an "autologin" or "remember me" function ?
But it seems apparent that no solutions were posted. A turn to Google
suggests that Pear::LiveUser has the ability to do this "remember me"
function, but that package is in Beta, so I'm wary about using it.
I'm currently using the latest Stable Auth package 1.2.3, and I have two
questions: the first of which should be easily answered, the second of
which may not.
1. Does PEAR:Auth have built in Autologin / Remember Me functionality?
2. If it is not built in, how would one go about writing an extension to
the class to allow for such functionality?
I hope this post doesn't go ignored like the other two were! Any help
will be *greatly* appreciated. Thanks in advance!
1. Does PEAR:Auth have built in Autologin / Remember Me functionality?
2. If it is not built in, how would one go about writing an extension to the class to allow for such functionality?