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
From this discussion #1051 (comment) I can see the verification token is hashed to prevent the ability to login as a user in the case db read access is compromised. Is there a reason the same safeguard isn't used for the session id? I don't see the point in protecting the verification token if you can just steal a session. Obviously this isn't that important given you have pretty big issues if your db is compromised.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
From this discussion #1051 (comment) I can see the verification token is hashed to prevent the ability to login as a user in the case db read access is compromised. Is there a reason the same safeguard isn't used for the session id? I don't see the point in protecting the verification token if you can just steal a session. Obviously this isn't that important given you have pretty big issues if your db is compromised.
Beta Was this translation helpful? Give feedback.
All reactions