You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
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.