You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task-scoped authorization for AI agents. Cryptographic warrants constrain tools and arguments, prevent privilege escalation at every delegation hop, and produce signed evidence of what was allowed or denied.
Qiuth transforms standard bearer API keys into proof-of-possession tokens, using multi-factor security layers like IP validation, TOTP, and certificate validation to prevent unauthorized access even if your key is leaked.
Zero-Trust architecture for internal APIs: mutual TLS, JWT, and RFC 8705 certificate-bound (proof-of-possession) access tokens. FastAPI reference implementation with a central PDP, a vulnerable bearer baseline, attack demos and benchmarks.
Go framework for zero-knowledge login and sender-constrained access tokens. Implements interactive Schnorr ZK auth, short-lived JWTs bound to client DPoP keys (cnf.jkt), and ready-to-use middleware for DPoP + JWT verification. Includes reference auth server and demo API.
A zero-dependency, production-ready Identity Provider (IdP) architectural simulation in TypeScript. Implements automated asymmetric key rotation, cryptographically bound access tokens via Demonstrating Proof-of-Possession (DPoP) standards, and an append-only Merkle Tree ledger to completely eliminate token theft, modification, and replay attacks.
Scenario: You have services running on customer networks that must connect to you securely. Uses JWT, HTTP Signatures, MicroProfile, Tribestream API Gateway