Closed reichhartd closed 5 months ago
This PR modifies the logout functionality to handle the deletion of additional cookies beyond the authentication cookie managed by remix-auth.
remix-auth
Changes:
headers
logout
Set-Cookie
This enhancement is crucial for instances where multiple cookies are used and need to be cleared to ensure a user is completely logged out.
@sergiodxa Maybe you can find time to look over this small PR? 🙂
This PR modifies the logout functionality to handle the deletion of additional cookies beyond the authentication cookie managed by
remix-auth
.Changes:
headers
parameter to thelogout
function.Set-Cookie
headers, allowing for the clearing of various session cookies.This enhancement is crucial for instances where multiple cookies are used and need to be cleared to ensure a user is completely logged out.