Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.
cuonic edited this page Jul 6, 2012 · 2 revisions

The Auth Class is a secure PHP user authentication class, designed for authenticating existing users into a secure site area, adding new users to the database (with email verification) and securing logged in users from "session stealing" : If the user's IP changes from the original one he / she logged in with, the session will be removed and the user will be required to login again.

Clone this wiki locally