feat: some refactoring and /v1/api/provider/nex_token/@me

This commit is contained in:
DJMrTV 2025-03-08 00:53:11 +01:00
commit 9f9393cfe5
7 changed files with 85 additions and 47 deletions

View file

@ -29,7 +29,7 @@ base64 = "0.22.1"
hex = "0.4.3"
thiserror = "2.0.11"
bcrypt = "0.17.0"
sqlx = { version = "0.8.3", features = [ "runtime-tokio", "tls-native-tls", "postgres", "chrono" ] }
sqlx = { version = "0.8.3", features = [ "runtime-tokio", "tls-native-tls", "postgres", "chrono", "ipnetwork" ] }
aes = "0.8.4"
hmac = "0.12.1"
md-5 = "0.10.6"