Users should be able to logout of a cookie based session by sending a DELETE request to /authentication/sessions/current/.
Acceptance
- An authenticated user's session should be ended after sending a request to the endpoint.
- Hitting the endpoint as an unauthenticated user should be a no-op.
Users should be able to logout of a cookie based session by sending a
DELETErequest to/authentication/sessions/current/.Acceptance