Skip to content
Merged
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
10 changes: 10 additions & 0 deletions app/approach/standards/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading