[Feedback] User Logout
NOTE: This issue template is only applicable to FastAPI implementations
in the code-base, which only exists within the pu
branch. If you wish to
file an issue for the current PHP implementation of aurweb, please file a
standard issue prefixed with [Bug]
or [Feature]
.
Checklist
-
I have prefixed the issue title with
[Feedback]
along with a message pointing to the route or feature tested.- Example:
[Feedback] /packages/{name}
- Example:
- I have completed the Changes section.
- I have completed the Bugs section.
- I have completed the Improvements section.
- I have completed the Summary section.
Changes
Bugs
- When browsing to
GET /logout
, a FastAPI JSON error is returned due to 405 Method Not Allowed. We should handle these 405s in our own handlers which use Arch themed HTML responses.
Improvements
- #199 (unimplemented)
Summary
Seems to work as expected; however, see #199; we should support multi-location logins for a single user with different session IDs.