steid

@jamesgill /

14223e7feat: claim, sign in, and sign out through the browser1mo
1//! The web surface: pages, forms, and the request-scoped helpers they use.
2
40ab5c7feat: /api/me and a shared identity read model1mo
3pub mod api;
14223e7feat: claim, sign in, and sign out through the browser1mo
4pub mod context;
5pub mod layout;
6pub mod pages;
a69e380feat: public profile page at /{handle}1mo
7pub mod profile;
264c436fix: session cookie survives plain-HTTP localhost in dev1mo
8pub mod session_cookie;
14223e7feat: claim, sign in, and sign out through the browser1mo
9pub mod setup;