summaryrefslogtreecommitdiff
path: root/src/token/mod.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.
* Provide a separate "initial setup" endpoint that creates a user.Owen Jacobson2024-10-11
|
* Provide a view of logins to clients.Owen Jacobson2024-10-09
|
* Split login and token handling.Owen Jacobson2024-10-02
|
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
This is primarily renames and repackagings.