AuthPress
AuthPress copied to clipboard
Sanitize inputs before use
What Happened
Not all user data was sanitized before being used. This PR goes through all the places where data that could be misused was not properly handled.
Insights
Used PHP's filter_input() before using any POST or GET variable.