| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Pass through CookieJar encoding/decoding errors using its own types. | Owen Jacobson | 2024-09-16 |
| | | | | | This is mostly a style thing, the type stays `Infallible`, we're just less coupled to the specifics. | ||
| * | Suggested fixes from Clippy, via nursery and pedantic sets. | Owen Jacobson | 2024-09-13 |
| | | |||
| * | Be a bit more consistent about 'token', the whole record, versus 'secret', ↵ | Owen Jacobson | 2024-09-12 |
| | | | | | the value in that record used to verify logins. | ||
| * | Display a different / page depending on whether the current identity is ↵ | Owen Jacobson | 2024-09-04 |
| valid or not. This is mostly a proof of concept for the implementation of form login implemented in previous commits, but it _is_ useful as it controls whether the / page shows login, or shows logout. From here, chat is next! | |||
