LogIn-SignUp
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.
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...
…injection(CVE-2025-51092)- Resolves #6
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...