summaryrefslogtreecommitdiff
path: root/src/token
Commit message (Expand)AuthorAge
* Define a generic "Failed" case for app-level errors (and a few others).Owen Jacobson2025-11-25
* Add an endpoint for creating push subscriptions.Owen Jacobson2025-11-06
* Convert the `Tokens` component into a freestanding struct.Owen Jacobson2025-10-28
* Automatically reorder imports to my preferred style.Owen Jacobson2025-08-30
* 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
* Split the `user` table into an authentication portion and a chat portion.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
* Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.Owen Jacobson2025-08-13
* Define ID types as specializations, rather than newtypes.Owen Jacobson2025-07-24
* Remove a stray reference to users being called "logins."Owen Jacobson2025-06-23
* Merge branch 'prop/minor-cleanups'Owen Jacobson2025-04-03
|\
| * The label used to mask "Secret" strings in 357116366c1307bedaac6a3dfe9c5ed8e0...Owen Jacobson2025-03-24
* | Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* | Rename the `login` module to `user`.Owen Jacobson2025-03-23
* | Rename `user` to `login` at the database.Owen Jacobson2025-03-23
|/
* Be a little more pedantic about constant str ref lifetimesOwen Jacobson2025-02-21
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Upgrade Axum to 0.8.1.Owen Jacobson2025-02-19
* 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
* BREAKING: Remove redundant error conversions now that 1.82 is stable.Owen Jacobson2024-10-18
* Retain deleted messages and channels temporarily, to preserve events for replay.Owen Jacobson2024-10-17
* 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 separate "initial setup" endpoint that creates a user.Owen Jacobson2024-10-11
* Make the identity cookie available to routes outside of `/api/`.Owen Jacobson2024-10-10
* 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
* First pass on reorganizing the backend.Owen Jacobson2024-10-02