servant-auth icon indicating copy to clipboard operation
servant-auth copied to clipboard

How to "log out" a user authenticated using a cookie ?

Open bratfizyk opened this issue 4 years ago • 0 comments

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 ?

bratfizyk avatar Sep 19 '20 19:09 bratfizyk