summaryrefslogtreecommitdiff
path: root/src/token/app.rs
Commit message (Expand)AuthorAge
* Convert the `Tokens` component into a freestanding struct.Owen Jacobson2025-10-28
* Consolidate `events.map(…).collect()` calls into `Broadcaster`.Owen Jacobson2025-08-26
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Generate tokens in memory and then store them.Owen Jacobson2025-08-26
* Return an identity, rather than the parts of an identity, when validating an ...Owen Jacobson2025-08-25
* Stop returning a body from `POST /api/password`.Owen Jacobson2025-08-24
* Stop returning body data from `POST /api/auth/login`.Owen Jacobson2025-08-24
* Hoist `password` out to the top level.Owen Jacobson2025-08-24
* Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* 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
* 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
* Split the login transaction, to reduce database contention during loginOwen Jacobson2024-10-11
* Stop creating accounts during login.Owen Jacobson2024-10-11
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03
* Retire top-level `repo`.Owen Jacobson2024-10-02
* Split login and token handling.Owen Jacobson2024-10-02