From 343a0f2a784aec789a10ac10af7399fd418eab5a Mon Sep 17 00:00:00 2001 From: rohanharikr Date: Mon, 11 May 2026 14:27:09 +0100 Subject: [PATCH] Update TypeScript implementation link to aauth-dev/packages-js The TypeScript implementation moved from hellocoop/AAuth to aauth-dev/packages-js. Update the implementations table in README and the Implementation Status section in the protocol draft. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- draft-hardt-oauth-aauth-protocol.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b311d1f..d77987e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The authorization protocol for agent-to-resource access. Defines four resource a | Language | Repository | |----------|------------| -| TypeScript | [github.com/hellocoop/AAuth](https://github.com/hellocoop/AAuth) | +| TypeScript | [github.com/aauth-dev/packages-js](https://github.com/aauth-dev/packages-js) | | Python | [github.com/christian-posta/aauth-full-demo](https://github.com/christian-posta/aauth-full-demo) | | Java (Keycloak) | [github.com/christian-posta/keycloak-aauth-extension](https://github.com/christian-posta/keycloak-aauth-extension) | diff --git a/draft-hardt-oauth-aauth-protocol.md b/draft-hardt-oauth-aauth-protocol.md index 9f2b360..83c84c5 100644 --- a/draft-hardt-oauth-aauth-protocol.md +++ b/draft-hardt-oauth-aauth-protocol.md @@ -2571,7 +2571,7 @@ This section records the status of known implementations of the protocol defined The following implementations are known: -- **TypeScript** — [github.com/hellocoop/AAuth](https://github.com/hellocoop/AAuth). Organization: Hellō. Coverage: agent token issuance, HTTP Message Signatures, resource token exchange, PS token endpoint. Level of maturity: exploratory. +- **TypeScript** — [github.com/aauth-dev/packages-js](https://github.com/aauth-dev/packages-js). Organization: Hellō. Coverage: agent token issuance, HTTP Message Signatures, resource token exchange, PS token endpoint. Level of maturity: exploratory. - **Python** — [github.com/christian-posta/aauth-full-demo](https://github.com/christian-posta/aauth-full-demo). Contact: Christian Posta. Coverage: agent-to-resource flows with Keycloak as AS. Level of maturity: exploratory. - **Java (Keycloak SPI)** — [github.com/christian-posta/keycloak-aauth-extension](https://github.com/christian-posta/keycloak-aauth-extension). Contact: Christian Posta. Coverage: AAuth access server extension for Keycloak 26.2.5. Level of maturity: exploratory.