summaryrefslogtreecommitdiff
path: root/src/login/extract.rs
Commit message (Expand)AuthorAge
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01
* Prevent racing between `limit_stream` and logging out.Owen Jacobson2024-10-01
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Wrap credential and credential-holding types to prevent `Debug` leaks.Owen Jacobson2024-09-28
* Browsers default Path= to the directory part of the request URI.Owen Jacobson2024-09-27
* rustdoc comment for the (very limited) public API of the crate.Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Display a different / page depending on whether the current identity is valid...Owen Jacobson2024-09-04
* Add logout support.Owen Jacobson2024-09-03