Sign up/in/out and authentication.

This commit is contained in:
Greg Burri 2022-11-22 17:03:52 +01:00
parent 5e4e086247
commit aedfae1d17
5 changed files with 318 additions and 27 deletions

View file

@ -13,6 +13,7 @@ mod consts;
mod db;
mod hash;
mod model;
mod user;
#[derive(Template)]
#[template(path = "home.html")]