steid
Sign in
@jamesgill
/
steid
Code
Commits
14223e7
At commit 14223e7
Branches
main
steid
/
src
/
infrastructure
/
web
/
mod.rs
140 B
Code
·
Blame
·
Raw
14223e7
feat: claim, sign in, and sign out through the browser
1mo
1
//!
The web surface: pages, forms, and the request-scoped helpers they use.
2
3
pub
mod
context
;
4
pub
mod
layout
;
5
pub
mod
pages
;
6
pub
mod
setup
;