My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

From now on, all future updates will be on bitbucket


https://bitbucket.org/burakgunusen/re-authenticate


Re-Authenticate (RAuth) , in simpliest terms ,is a CodeIgniter authentication package. It does not provide you controllers and views but a helper library and a model to minimize time spend for authentication process.

Authentication is based on email and password.

For more information please view ReadMe file

Re-Authenticate is in early state of development but capable of

  • Account creation and activation
  • login , logout
  • Email templates
  • managing users/groups
  • Automatic login
  • Handling password reset process

+ Every password has a random salt and hashed with either md5 or sha1 or none. Depending on the configuration settings.

Examples

AccountCreationExample

LoginExample

What's planned?

  • a simple application for re-authenticate demonstration
Powered by Google Project Hosting