PHP-Auth
PHP-Auth copied to clipboard
Authentication for PHP. Simple, lightweight and secure.
*** THIS IS A QUESTION; NOT A BUG REPORT / ISSUE *** Hello, First of all many thanks for this great authentication library you've developed. I am sure the throttling...
When logging in by username, the username was case-sensitive. This PR makes it case-insensitive
I want to allow my user to login by username. Currently the column 'username' is empty. How can I change the user name so that the value in the session...
Is it possible to update/set the status (locked, suspended, pending review etc) of a user by the admin? I couldn't find a method to do so.
This is not an issue but a kindly feature-request. Currently, if an User logs into the Application, there are some data-sets saved in the SESSION, like "`auth_user_id`" and "`auth_last_resync`". I...
### Email auth or Confirm-By-Email ^ is something that i believe would be a fairly great enhancement for PHP-Auth, especially because its allready built in (in a way), i've bee...
I need to migrate at InnoDB tables but I have this error #1071 - Specified key was too long; max key length is 767 bytes Is correct if I execute...
Whenever I $auth->register() a new user, I expect it to add a new user with an id 1 value higher than the last registered user, but for some reason, it...
https://github.com/delight-im/PHP-Auth/blob/master/src/Auth.php#L22 Why is it `final`?