summaryrefslogtreecommitdiff
path: root/src/user/history.rs
Commit message (Collapse)AuthorAge
* Generate tokens in memory and then store them.Owen Jacobson2025-08-26
| | | | This is the leading edge of a larger storage refactoring, where repo types stop doing things like generating secrets or deciding whether to carry out an operation. To make this work, there is now a `Token` type that holds the complete state of a token, in memory.
* Stop returning an HTTP body from `POST /api/invite/:id`.Owen Jacobson2025-08-24
| | | | As with the previous commits, the body was never actually being used.
* Remove the snapshot fields from `/api/boot`.Owen Jacobson2025-06-20
| | | | Clients now _must_ construct their state from the event stream; it is no longer possible for them to delegate that work to the server.
* Rename the `login` module to `user`.Owen Jacobson2025-03-23