You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I watched your yt video on auth and liked it all except how can you tell the actual validity of the users session just by the presence of an auth token. Especially sense it’s stored in a cookie if I’m not mistaken. The session could have been revoked, the token expired, etc. So shouldn’t that be refreshed especially on first page load to see if session is ACTUALLY valid? Seems that would work better w just rather than sessions since jet are more stateless. If I’m missing something please let me know. I wanted to implement what you did, but needed this answered for clarity first. Thanks for good yt video tho!
The text was updated successfully, but these errors were encountered:
Hi. I watched your yt video on auth and liked it all except how can you tell the actual validity of the users session just by the presence of an auth token. Especially sense it’s stored in a cookie if I’m not mistaken. The session could have been revoked, the token expired, etc. So shouldn’t that be refreshed especially on first page load to see if session is ACTUALLY valid? Seems that would work better w just rather than sessions since jet are more stateless. If I’m missing something please let me know. I wanted to implement what you did, but needed this answered for clarity first. Thanks for good yt video tho!
The text was updated successfully, but these errors were encountered: