From 9724377daaae88ead455f6d3226994deab40f91a Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 23 Jun 2026 08:47:57 +0200 Subject: [PATCH] Fix protocol draft link in README Updated the link for the AAuth protocol draft to the latest version. --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index f08a9a3..3d6e5d7 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,7 +6,7 @@ AAuth is an authorization protocol where every agent — any HTTP client — has No pre-registration. No shared secrets. No dependency on a particular server. - [aauth.dev](https://www.aauth.dev) — website -- [Protocol draft](https://dickhardt.github.io/AAuth/draft-hardt-aauth-protocol.html) — IETF Internet-Draft +- [Protocol draft](https://dickhardt.github.io/AAuth/draft-hardt-oauth-aauth-protocol.html) — IETF Internet-Draft - [playground.aauth.dev](https://playground.aauth.dev) — try it live - [explorer.aauth.dev](https://explorer.aauth.dev) — protocol explorer app