Start to implement auth middleware

This commit is contained in:
2022-04-02 15:44:09 +02:00
parent ce220c52f7
commit 3fdb775308
7 changed files with 84 additions and 6 deletions

View File

@ -19,3 +19,4 @@ bcrypt = "0.12.1"
uuid = { version = "0.8.2", features = ["v4"] }
mime_guess = "2.0.4"
askama = "0.11.1"
futures-util = "0.3.21"