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
We should have an endpoint which invalidates the cookie when the client tries to logout. We can refer to the Homer Native Backend implementation for how to do this.
In fact, we already have a reference to a /auth/logout endpoint on the frontend but we've not yet implemented it on the backend.
The text was updated successfully, but these errors were encountered:
We should have an endpoint which invalidates the cookie when the client tries to logout. We can refer to the Homer Native Backend implementation for how to do this.
In fact, we already have a reference to a
/auth/logout
endpoint on the frontend but we've not yet implemented it on the backend.The text was updated successfully, but these errors were encountered: