Update login flow to have a fixed URL

This commit is contained in:
Quentin Boyer 2024-12-30 22:30:27 +01:00
parent 53ec443972
commit ec03532a88
5 changed files with 110 additions and 24 deletions

View file

@ -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"] }