Serve and check cookies on login route
This commit is contained in:
parent
1667c3295b
commit
c73f132421
6 changed files with 46 additions and 11 deletions
|
|
@ -24,4 +24,5 @@ yunohost-api = { path = "yunohost-api", features = [ "axum" ] }
|
|||
axum_typed_multipart = "0.8"
|
||||
async-trait = "0.1"
|
||||
serde = { version = "1", features = [ "derive" ] }
|
||||
file-owner = { version = "0.1" }
|
||||
file-owner = { version = "0.1" }
|
||||
tower-cookies = "0.9"
|
||||
Loading…
Reference in a new issue