This PR aims to prevent a potential query parameter injection while authenticating using an Origin token.
The token parameter was not sanitized correctly, potentially allowing a malicious user to trick Stryder into accepting their token and UID while giving the master server someone else's UID.
This PR aims to prevent a potential query parameter injection while authenticating using an Origin token. The token parameter was not sanitized correctly, potentially allowing a malicious user to trick Stryder into accepting their token and UID while giving the master server someone else's UID.