fix: allow dots in usernames; BCrypt fallback in password verifier for v1 migrations
This commit is contained in:
@@ -13,4 +13,5 @@ tokio = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
jsonwebtoken = "9"
|
||||
argon2 = "0.5"
|
||||
bcrypt = "0.15"
|
||||
rand = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user