summaryrefslogtreecommitdiff
path: root/src/login/mod.rs
Commit message (Expand)AuthorAge
* Split login and token handling.Owen Jacobson2024-10-02
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01
* Shut down the `/api/events` stream when the user logs out or their token expi...Owen Jacobson2024-09-29
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Push most endpoint and extractor logic into functoins of `App`.Owen Jacobson2024-09-12
* Display a different / page depending on whether the current identity is valid...Owen Jacobson2024-09-04
* Add logout support.Owen Jacobson2024-09-03
* Allow login creation and authentication.Owen Jacobson2024-09-03