fix(auth): store bearer tokens in native credentials

This commit is contained in:
2026-07-10 07:57:44 -04:00
parent 34ac842078
commit 94afa23a69
26 changed files with 2316 additions and 286 deletions
+4 -1
View File
@@ -19,6 +19,8 @@ rust-version = "1.95"
[workspace.dependencies]
base64 = "0.22.1"
cap-fs-ext = "4.0.2"
cap-std = "4.0.2"
chacha20poly1305 = "0.11.0"
directories = "6.0.0"
dpi = "0.1"
@@ -32,7 +34,8 @@ hkdf = "0.12.4"
hmac = "0.12.1"
hpke = { version = "0.14.0", default-features = false, features = ["alloc", "chacha", "getrandom", "x25519"] }
image = "0.25.10"
keyring = "4.1.4"
keyring-core = "1.0.0"
rustix = "1.1.4"
servo = { version = "0.4.0", git = "https://github.com/servo/servo.git", rev = "c983c232385edf1170118b24637d2eb2564674d7" }
sha2 = "0.10.9"
semver = "1.0.28"