Update login flow to have a fixed URL
This commit is contained in:
parent
53ec443972
commit
ec03532a88
5 changed files with 110 additions and 24 deletions
|
|
@ -9,7 +9,8 @@ members = [".", "api", "migration"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
axum = { version = "0.7.9" }
|
||||
axum = { version = "0.7.9", features = ["macros"] }
|
||||
axum-extra = { version = "0.9", features = ["cookie"] }
|
||||
base64 = "0.22.1"
|
||||
jwt-simple = "0.12.11"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue