Add axum-login crate

Latest version depends on tower-sessions 0.12.0, which breaks tower-sessions-redis-store
This commit is contained in:
2024-04-02 01:23:31 -04:00
parent 48965bc72d
commit 3a34e8dada
2 changed files with 135 additions and 12 deletions

View File

@ -35,6 +35,7 @@ thiserror = "1.0.57"
tower-sessions = { version = "0.11", default-features = false }
tower-sessions-redis-store = { version = "0.11", optional = true }
async-trait = "0.1.79"
axum-login = "0.14.0"
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }