Added Json Web Tokens

Also down migration for users
This commit is contained in:
2026-04-24 17:49:32 +02:00
parent 5e643503aa
commit b94a94a28e
6 changed files with 253 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#![allow(unused_imports)]
mod cookie;
mod handlers;
mod models;
mod router;