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
Because you're not setting this as a JWT you can end up with two cookies, one for being a guest and one for being logged in:
It's amazing that you've managed to get the JWTs to work for the login route; it might be easier if you add this to the guest route too so there are no bugs later down the line.
The text was updated successfully, but these errors were encountered:
Handler.js, lines 164-167:
Because you're not setting this as a JWT you can end up with two cookies, one for being a guest and one for being logged in:
It's amazing that you've managed to get the JWTs to work for the login route; it might be easier if you add this to the guest route too so there are no bugs later down the line.
The text was updated successfully, but these errors were encountered: