brash-art-30442
07/11/2022, 10:04 AMsessions
table. Column token
stores session token in plaintext. Many people advice that session tokens should be hashed to provide additional protection. After all, this value can be used directly to impersonate any user registered in Kratos.
I know I shouldn’t compare session tokens to user passwords (cause passwords could potentially be reused in other websites, they are not autogenerated and revoking them is more painful compared to session tokens etc.) and I think I partially know the answer to my own question but it would be nice to get some professional feedback from you.
Thanks in advance!