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
I've successfully implemented logging in endpoint with servant. I've also created a React UI capable of receiving, storing and using the cookie to communicate with Servant server.
Now I'm wondering: how can I implement "log out" functionality ? Is there a way to invalidate the cookie on Servant side ?
I've successfully implemented logging in endpoint with servant. I've also created a React UI capable of receiving, storing and using the cookie to communicate with Servant server.
Now I'm wondering: how can I implement "log out" functionality ? Is there a way to invalidate the cookie on Servant side ?