MKDoc::Auth

Authentication framework for MKDoc::Core
Download

MKDoc::Auth Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Jean-Michel Hiver
  • Publisher web site:
  • http://search.cpan.org/~jhiver/

MKDoc::Auth Tags


MKDoc::Auth Description

Authentication framework for MKDoc::Core MKDoc::Auth is an authentication framework for MKDoc::Core module.INTERFACEWhenever a user authenticates, the framework will set a user object which can be accessed in $::MKD_USER.The $::MKD_USER object MUST have the following methods:$object->login() - the login of the user.$object->email() - the email address of the user.$object->full_name() - the full name of the user.The $::MKD_USER variable can be undefined.That's it. MKDoc::Auth does not make any other guarantees. Any piece of code which uses MKDoc::Auth through this interface should be able to use any other authentication layer provided they implement the simple $::MKD_USER object described above.FUNCTIONALITYInstalling this product on an MKDoc::Core site will provide the following services:/.signup.htmlOpen a new account - send a confirmation email/.confirm.html?< confirm_id >Activate / confirm a new account./.login.htmlLogin / logout / log as someone else./~< login >/.edit.htmlEdit user account information./~< login >/.remove.htmlRemove user account./.login-recover.htmlRecover lost login information - sends an email/.password-recover.htmlRecover lost password for a given login - sends an email. Requirements: · Perl


MKDoc::Auth Related Software