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
In your handlers, you are not signing and verifying your cookies.
After the user logs in or sings up you need to sing and send them the cookie.
Then the you'll be verifying the cookie when someone goes directly to a page other than login page
The text was updated successfully, but these errors were encountered:
In your handlers, you are not signing and verifying your cookies.
After the user logs in or sings up you need to sing and send them the cookie.
Then the you'll be verifying the cookie when someone goes directly to a page other than login page
The text was updated successfully, but these errors were encountered: