PHP-Auth icon indicating copy to clipboard operation
PHP-Auth copied to clipboard

Authentication for PHP. Simple, lightweight and secure.

Results 58 PHP-Auth issues
Sort by recently updated
recently updated
newest added

*** 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...

enhancement

When logging in by username, the username was case-sensitive. This PR makes it case-insensitive

enhancement

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...

enhancement

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.

enhancement

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...

enhancement

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...

question

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...

question

https://github.com/delight-im/PHP-Auth/blob/master/src/Auth.php#L22 Why is it `final`?

question