LogIn-SignUp icon indicating copy to clipboard operation
LogIn-SignUp copied to clipboard

A secure PHP API to manage login and signup operations. This API protects from attacks like SQL injunction and XSS. Making development work easier for developers.

Results 4 LogIn-SignUp issues
Sort by recently updated
recently updated
newest added

Added the ability to change the port number in case a user isn't using the default port.

Hey, I thought I had an error (Expected type 'mysqli'. Found 'null'.) in the code but it only shows the error because I haven't called the connection yet and no...

I discovered a SQL Injection vulnerability in the login functionality. Currently, user input is passed directly into the SQL query without parameterization or proper sanitization, allowing an attacker to manipulate...