135
Comments (14)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
1
my_pw_is_password [S] 1 point ago +1 / -0

And if I stay logged in, that's cookies right? But I guess that just uses some public/private key hashes then, and they probably changed?

4
IlIlIlIlIl 4 points ago +4 / -0

Servers generate auth tokens from which passwords cannot be extracted. One popular approach is JWT.

1
Tiquortoo 1 point ago +1 / -0

The cookie does not have the password. It takes the place of it temporarily and yes often includes some crytpographically secured data only the server knows as "proof". It's not the password in any way though.