added more support for supabase-js
This commit is contained in:
@@ -15,9 +15,13 @@ argon2 = { workspace = true }
|
||||
jsonwebtoken = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
totp-rs = { version = "5.5", features = ["qr", "gen_secret"] }
|
||||
uuid = { version = "1.8", features = ["v4", "serde"] }
|
||||
base32 = "0.4"
|
||||
openidconnect = { version = "3.5", features = ["accept-rfc3339-timestamps"] }
|
||||
anyhow = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
oauth2 = "5.0.0"
|
||||
reqwest = { version = "0.13.2", features = ["json"] }
|
||||
validator = { version = "0.20.0", features = ["derive"] }
|
||||
hex = "0.4.3"
|
||||
|
||||
Reference in New Issue
Block a user