From 48ab367dc744a03e302420f10fabdd219cdbfdb0 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 3 Jul 2026 06:51:57 +0530 Subject: [PATCH] Add Cloud OAuth consent changelog --- src/routes/changelog/(entries)/2026-07-03.markdoc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/routes/changelog/(entries)/2026-07-03.markdoc diff --git a/src/routes/changelog/(entries)/2026-07-03.markdoc b/src/routes/changelog/(entries)/2026-07-03.markdoc new file mode 100644 index 0000000000..8c425db14c --- /dev/null +++ b/src/routes/changelog/(entries)/2026-07-03.markdoc @@ -0,0 +1,11 @@ +--- +layout: changelog +title: Appwrite Cloud OAuth consent now supports resource-bound authorization +date: 2026-07-03 +--- + +Appwrite Cloud's OAuth consent flow now makes requested access easier to review before authorizing a connected app. The consent screen shows a read-only permission summary, grouping requested scopes into clear access rows so users can see what the app is asking for without accidentally changing the requested permission set. + +For apps using Rich Authorization Requests, Appwrite Cloud now also lets users bind requested access to specific projects and organizations through `authorization_details`-based resource selection. Users can choose whether project and organization access applies broadly or only to selected resources, and Appwrite sends the resulting resource binding back when the request is approved. + +This gives connected apps a clearer consent experience while keeping authorization precise: scopes describe the requested privileges, and `authorization_details` controls which Appwrite Cloud projects or organizations those privileges are bound to.