#Is checking for userId inside a session sufficient to decide if a user is logged in?
1 messages · Page 1 of 1 (latest)
I thought this was what calling .authorize() was for? on the blitzpage or maybe it was .authenticate() can’t remember
Correct, my point is more so if just that alone is enough to determine that a user is validly signed in
does the token itself not contain encoded expiration data?