summaryrefslogtreecommitdiff
path: root/src/user/routes/logout/post.rs
Commit message (Collapse)AuthorAge
* Remove a bunch of clippy suppressions.Owen Jacobson2025-05-21
| | | | Notably, one of them was hiding a real (if unreachable) bug, by converting a "the token you have presented is not valid" scenario into an internal server error.
* Rename the `login` module to `user`.Owen Jacobson2025-03-23