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
because both the server and the client save the same Session Id, there might be some holes in this kind of security system.
Instead look into hashing the Session Id server-side together with the user defined password hash (we ain't gonna store that raw password like a normie). This requires us to make some modifications to the SessionManager, which we prob already had to do cuz this design choice is fucking balls =]
The text was updated successfully, but these errors were encountered:
because both the server and the client save the same Session Id, there might be some holes in this kind of security system.
Instead look into hashing the Session Id server-side together with the user defined password hash (we ain't gonna store that raw password like a normie). This requires us to make some modifications to the SessionManager, which we prob already had to do cuz this design choice is fucking balls =]
The text was updated successfully, but these errors were encountered: