summaryrefslogtreecommitdiff
path: root/src/boot/routes
Commit message (Collapse)AuthorAge
* Test boot more thoroughly.Owen Jacobson2024-10-23
|
* 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.
* Organizational pass on endpoints and routes.Owen Jacobson2024-10-16
|
* Separate `/api/boot` into its own module.Owen Jacobson2024-10-05