Open rdmurphy opened 1 year ago
It's possible Klaxon just predates this being a thing, but there's no reason for us to use cookie[:user_id] — this is what the session cookie is for.
cookie[:user_id]
Actually now I see it's this way for persistence reasons. 😅 Still could be tidied up.
It's possible Klaxon just predates this being a thing, but there's no reason for us to use
cookie[:user_id]
— this is what the session cookie is for.