You've already forked AstralRinth
forked from didirus/AstralRinth
Sessions Route + Password Auth (#649)
* Sessions Route + Password Auth * run prep + fix clippy * changing passwords + logging in * register login
This commit is contained in:
@@ -45,8 +45,11 @@ base64 = "0.21.2"
|
||||
sha1 = { version = "0.6.1", features = ["std"] }
|
||||
sha2 = "0.9.9"
|
||||
hmac = "0.11.0"
|
||||
argon2 = { version = "0.5.0", features = ["std"] }
|
||||
bitflags = "1.3.2"
|
||||
hex = "0.4.3"
|
||||
zxcvbn = "2.2.2"
|
||||
totp-rs = "5.0.2"
|
||||
|
||||
url = "2.4.0"
|
||||
urlencoding = "2.1.2"
|
||||
|
||||
Reference in New Issue
Block a user