summaryrefslogtreecommitdiff
path: root/.sqlx/query-2cb4571882d54a4112d42e6678c9709a8637630faa759d404ebd4eb2545dab72.json
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.