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

Hello, I'am facing issue when impersonating user: 1. I'am user A and impersonate user B by opening new browser window; 2. When I refresh browser window with user A session...

enhancement

Hey there, Just wondering if there's any feature in the library to target a user by their id/email address and force them to change their password on their next sign...

enhancement

Am I correct in understanding that there's currently no way for an admin user to change the email address of a particular user (and thereby send them a confirmation email)?...

enhancement

Ir is possible to get Mysql entity class's for Doctrine instead MySQL.sql? Many thanks.

enhancement

I have a very strange issue with isLoggedIn() not always reporting the correct state. I am using some editing functions and AJAX to maintain lists of data. The whole thing...

question

Hello. I'm considering adding this library to my projects, but there are a couple of issues I don't see addressed in the documentation: - The project where I want to...

Is it possible to encrypt the email address for users? I've got encryption already set up, the problem is that I get an invalid email address error when passing the...

Well, I know how to implement oAuth2, but how to pair it with PHP-auth? Example: 1. User goes to domain.tld/register 2. User choose Github as registration method 3. oAuth2 lib...

hi, first, great lib, thx! i'm use php 8.2.4(xampp) for testing when i played with the /test/index, become follow nfo-msg: Deprecated: Automatic conversion of false to array is deprecated in...

Hello! I had email and password authentication on my site using your library. Now I have connected an external authentication service (Mobile ID). After all the checks, the external service...

enhancement