PHP-Auth
PHP-Auth copied to clipboard
Authentication for PHP. Simple, lightweight and secure.
Is it possible to force logout from all other devices/browsers on log in? I would need this to prevent people from sharing their credentials with others, so once a login...
I'm new to PHP-Auth but love it--it's been so easy to integrate and the documentation is great! Thanks for all your work. In my testing, I call login() with the...
Thanks for this awesome library - I'm using it a lot. However, I'm facing session problems with brave browser and since there are a few people using this browser, I...
I'm working on implementing 2FA. I read the previous posts, like #34 and #133. I want to offer several ways, including SMS and time based OTP's (e.g. through Google Autenticator...
Firstly, thank you for the library it's amazing! Secondly, I have a suggestion that could improve it: when resending confirmation requests, maybe instead of creating a new request in the...
Testing our authentication wrapper class with PHPUnit from the command line fails with the following error: ErrorException: ini_set(): Headers already sent. You cannot change the session module's ini settings at...
If someone user a fake mail Id to register and he left without verification of that email. Later the actual user cant register with that mail ID . It will...
Has anyone implemented an automated logout with this library? I.e. logout if there is no user activity in 15-30 minutes - logout him, and redirecting to the login page. I...
First, incredible library! Thank you so much for writing it. I've learned a lot already! And… I want MORE!!! 🤣 I'd like to provide an alternate way for users to...