Add TODOs for planning

This commit is contained in:
2024-12-23 14:12:48 -06:00
parent b7b010ba3e
commit 9a54104bdd
4 changed files with 8 additions and 0 deletions

View File

@@ -204,6 +204,11 @@ async fn main() {
let static_dir = StaticDir::new(["./public"]).defaults("index.html");
// TODO: Move handlers to a separate file
// TODO: Improved Token Generation
// TODO: Advanded HMAC Verification
// TODO: Session Purging
let router = Router::new()
.hoop(CatchPanic::new())
.hoop(cors)