summaryrefslogtreecommitdiff
path: root/.sqlx/query-077f6c24043aa2316aeaae3bb514b7738aabfa740a19923d4c815bee860de1e8.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.