14223e7feat: claim, sign in, and sign out through the browser1mo | 1 | |
| 2 | |
40ab5c7feat: /api/me and a shared identity read model1mo | 3 | pub mod api; |
14223e7feat: claim, sign in, and sign out through the browser1mo | 4 | pub mod context; |
| 5 | pub mod layout; |
| 6 | pub mod pages; |
a69e380feat: public profile page at /{handle}1mo | 7 | pub mod profile; |
264c436fix: session cookie survives plain-HTTP localhost in dev1mo | 8 | pub mod session_cookie; |
c50d9adfeat: profile settings with flash feedback25d | 9 | pub mod settings; |
14223e7feat: claim, sign in, and sign out through the browser1mo | 10 | pub mod setup; |