summaryrefslogtreecommitdiff
path: root/src/token/secret.rs
Commit message (Collapse)AuthorAge
* The label used to mask "Secret" strings in ↵Owen Jacobson2025-03-24
| | | | | | 357116366c1307bedaac6a3dfe9c5ed8e0e0c210 wasn't updated (and wasn't quite correct then, either). I haven't found a way to derive it from the name of the type.
* Add `change password` UI + API.Owen Jacobson2024-10-29
| | | | The protocol here re-checks the caller's password, as a "I left myself logged in" anti-pranking check.
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
This is primarily renames and repackagings.