The id's as unique user id's are currently not secure. You can impersonate any other id by changing the value in local storage in the browser. If you have logs see 5f2860 and fb86f7
Originally it was a name field that was auto-filled with "Anonymous" and editable, but now it's server-side and based on IP, like it should have been from the beginning.
7 comments
[ 2.6 ms ] story [ 20.1 ms ] threadOriginally it was a name field that was auto-filled with "Anonymous" and editable, but now it's server-side and based on IP, like it should have been from the beginning.
Edit: Also compactified. Thanks for the suggestions