From d6c253413d257cfa891351461a3c4d5065d3fb5e Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Wed, 13 May 2026 10:38:11 +0100 Subject: [PATCH] Add AAuth section to standards page Co-Authored-By: Claude Opus 4.7 (1M context) --- app/approach/standards/page.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/approach/standards/page.mdx b/app/approach/standards/page.mdx index d3dcb5f..83345fc 100644 --- a/app/approach/standards/page.mdx +++ b/app/approach/standards/page.mdx @@ -5,6 +5,16 @@ Hellō's founder, [Dick Hardt](https://www.linkedin.com/in/dickhardt/), has been Dick continues his work to create a #BetterInternet through open, user-centric identity protocols. Following are some of the standards being actively developed: +## AAuth + +#### Authorization Protocol for Agents + +OAuth and API keys assume a client identity that exists only in the context of each server it pre-registers with, and rely on shared secrets that inevitably leak. Agents discover resources at runtime, span multiple services across trust domains, and need authorization decisions mid-task — a model pre-registered clients cannot serve. AAuth gives every agent its own cryptographic identity, published at a well-known URL and verifiable by any party with no pre-registration or shared secrets, with proof-of-possession bound to every request. + +Learn more at [aauth.dev](https://www.aauth.dev). + +Dick is the author of [AAuth](https://github.com/dickhardt/AAuth). + ## EVP #### Email Verification Protocol