[User Testing] User Logout
About
- Feature:
User Logout
- Route:
https://localhost:8444/logout
- Methods:
GET, POST
Checklist
-
This feature testing stage has been completed.
Description
This one is pretty self-explanatory. There's a Logout
link for authenticated users in the AUR navigation. It supports POST
requests.
To test POST
, supply --cookie AURSID=<authenticated_aursid>
to curl
while emitting a request.
Logging out should invalidate the sid
of a logged in user.
Modifications
- The
GET /logout
route has been removed; now, the/logout
route purely handles POST requests and links to it are implemented in form buttons which look like links.
Known Bugs
!273 (merged) - /logout now only provides a POST endpoint
Reporters
Following is a list of reporters who have contributed to helping test this feature which is updated as feedback is provided.
Name | GitLab User |
---|---|
Zero | @phantomotap |
Steven Guikal | @fluix |
Hunter Wittenborn | @hwittenborn |
Kevin Morris | @kevr |
Edited by Kevin Morris