Start authorization route
This commit is contained in:
parent
1647ca3838
commit
bd4144a5ba
7 changed files with 128 additions and 3 deletions
|
|
@ -25,4 +25,5 @@ axum_typed_multipart = "0.8"
|
|||
async-trait = "0.1"
|
||||
serde = { version = "1", features = [ "derive" ] }
|
||||
file-owner = { version = "0.1" }
|
||||
tower-cookies = "0.9"
|
||||
tower-cookies = "0.9"
|
||||
url = "2.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue