summaryrefslogtreecommitdiff
path: root/src/login/routes
Commit message (Expand)AuthorAge
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Add `change password` UI + API.Owen Jacobson2024-10-29
* Sort out the naming of the various parts of an identity.Owen Jacobson2024-10-22
* Canonicalize login and channel names.Owen Jacobson2024-10-22
* Unicode normalization on input.Owen Jacobson2024-10-21
* Make the responses for various data creation requests more consistent.Owen Jacobson2024-10-19
* Organizational pass on endpoints and routes.Owen Jacobson2024-10-16
* Stop creating accounts during login.Owen Jacobson2024-10-11
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Separate `/api/boot` into its own module.Owen Jacobson2024-10-05
* Split login and token handling.Owen Jacobson2024-10-02
* Provide a resume point to bridge clients from state snapshots to the event se...Owen Jacobson2024-10-01
* Reimplement the logout machinery in terms of token IDs, not token secrets.Owen Jacobson2024-09-29
* 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
* Expire channels, too.Owen Jacobson2024-09-28
* Retire `fixtures::error::expected!`.Owen Jacobson2024-09-25
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20