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