summaryrefslogtreecommitdiff
path: root/src/invite/handlers/accept/test.rs
Commit message (Expand)AuthorAge
* Convert `Invites` into a freestanding component.Owen Jacobson2025-10-28
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Factor out common authentication test verification steps into helpers.Owen Jacobson2025-08-26
* Return an identity, rather than the parts of an identity, when validating an ...Owen Jacobson2025-08-25
* Stop returning an HTTP body from `POST /api/invite/:id`.Owen Jacobson2025-08-24
* Stop returning body data from `POST /api/auth/login`.Owen Jacobson2025-08-24
* Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18