You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code doesn't really do any checking at all. We should enforce username and password length limits, restrict their characters (e.g. exclude spaces), and protect against malicious inputs (e.g. trying to manipulate the SQL query based on their input.)
We can check some of this on this end, but we should probably add checks to Darkstar connect server as well.
The text was updated successfully, but these errors were encountered:
The current code doesn't really do any checking at all. We should enforce username and password length limits, restrict their characters (e.g. exclude spaces), and protect against malicious inputs (e.g. trying to manipulate the SQL query based on their input.)
We can check some of this on this end, but we should probably add checks to Darkstar connect server as well.
The text was updated successfully, but these errors were encountered: