summaryrefslogtreecommitdiff
path: root/src/token/extract/mod.rs
Commit message (Collapse)AuthorAge
* Sort out the naming of the various parts of an identity.Owen Jacobson2024-10-22
| | | | | | | | | * A `cookie::Identity` (`IdentityCookie`) is a specialized CookieJar for working with identities. * An `Identity` is a token/login pair. I hope for this to be a bit more legible. In service of this, `Login` is no longer extractable. You have to get an identity.
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
This is primarily renames and repackagings.