Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ until the code that needs it exists.

| Purpose | Crate | Version |
| --- | --- | --- |
| JWKS fetch | `reqwest` | 0.12 (rustls) |
| HTTP client (Play Integrity + tests) | `reqwest` | 0.12 (rustls) |
| GCP auth (Play Integrity ADC) | `gcp_auth` | 0.12 (aws-lc-rs) |
| CBOR (App Attest) | `ciborium` | 0.2 |
| X.509 (App Attest chain) | `x509-parser` | 0.18 (verify) |
| P-256 assertions | `p256` | 0.13 (ecdsa) |

Rust resource servers (e.g. beacon-relay) depend on `trust-auth` for TOKEN-SPEC
§7 verification. Revocation/quota remain in the adopting service.
Expand Down
Loading
Loading