php all ip packages #api
Edit
by kevin omanga - 6 years ago (2019-02-19)
login user profile
| all packages login admin user profile sign with social account databases in php |
Ask clarification
1 Recommendation
Secure PHP Login System: Register and login users using a database via PDO
This class can register and login users using a database via PDO.
It can process the registration of a user given the user name, password, name and email address.
It can also authenticate a user given the user name and password and optionally set a cookie to remember the user name on the next login.
The class starts a session for successfully authenticated users.
It can also log out by ending the user session, send a password reminder message and change the user password.
It also implements a two step login process similar to that of Google's, Facebook's SMS security process.
The user can see they devices they used to log in as well as log out from a device used before.
The class also provides an administration interface to manage users, edit details, see statistics, etc..
| by Jason Olson 110 - 6 years ago (2019-02-19) Comment
This is an excellent Secure PHP Login System that I have used in several projects. It does NOT implement the social elements that you requested, but otherwise it is recommended. It does offer two-step authentication options. Very robust. |