summaryrefslogtreecommitdiff
path: root/src/boot/routes/test.rs
Commit message (Collapse)AuthorAge
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
|
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
|
* Restrict deletion to deleting your own messages.Owen Jacobson2024-10-29
|
* 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