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
You don't seem to be using jwts or any other way of signing the user information in the cookie. This means that anyone can change the username part in their cookie and get logged in as an arbitrary user.
You don't seem to be using jwts or any other way of signing the user information in the cookie. This means that anyone can change the
usernamepart in their cookie and get logged in as an arbitrary user.