|
|
|
|
|
by kortex
1842 days ago
|
|
Should you ever use a plain token (where you just check if it exists in some authed_users table) vs, I dunno, some sort of signed/HMAC type thing, where you have to call some function on it? I genuinely don't know but I know enough to generally leave authentication up to those that do know. Maybe I'm just thinking of OAuth where there are multiple hops involved? |
|