added more support for supabase-js

This commit is contained in:
2026-03-12 10:18:52 +02:00
parent c0792f2e1d
commit 6708cf28a7
62 changed files with 6563 additions and 526 deletions

View File

@@ -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"