| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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! | ||
| * | Allow login creation and authentication. | Owen Jacobson | 2024-09-03 |
| This is a beefy change, as it adds a TON of smaller pieces needed to make this all function: * A database migration. * A ton of new crates for things like password validation, timekeeping, and HTML generation. * A first cut at a module structure for routes, templates, repositories. * A family of ID types, for identifying various kinds of domain thing. * AppError, which _doesn't_ implement Error but can be sent to clients. | |||
