From e0cd142acf949a4f983e1408ef03c12d4776bd18 Mon Sep 17 00:00:00 2001 From: Sanchit Mehta Date: Wed, 24 Jun 2026 19:40:29 +0530 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20fix=20broken=20DPOP.md=20link=20?= =?UTF-8?q?=E2=80=94=20point=20to=20MIGRATION=5FGUIDE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auth0_flutter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth0_flutter/README.md b/auth0_flutter/README.md index af2661d8..c664d2f8 100644 --- a/auth0_flutter/README.md +++ b/auth0_flutter/README.md @@ -534,7 +534,7 @@ final auth0Web = Auth0Web( > **Note:** In most cases, DPoP is managed automatically when `useDPoP: true` is enabled. Manual DPoP APIs are available for advanced use cases where you need direct control over DPoP proof generation. -📖 **For complete DPoP documentation, examples, and troubleshooting, see [DPOP.md](DPOP.md)** +📖 **For complete DPoP documentation, examples, and troubleshooting, see [MIGRATION_GUIDE.md](MIGRATION_GUIDE.md)** ### iOS SSO Alert Box From 0ed910c00a4582c2c0ed56229bad142279643c13 Mon Sep 17 00:00:00 2001 From: Sanchit Mehta Date: Wed, 24 Jun 2026 19:42:02 +0530 Subject: [PATCH 2/3] docs: update What's New banner from v2.1.0 to v2.3.0 (passkeys) --- auth0_flutter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth0_flutter/README.md b/auth0_flutter/README.md index c664d2f8..c5f10542 100644 --- a/auth0_flutter/README.md +++ b/auth0_flutter/README.md @@ -9,9 +9,9 @@ 📚 Documentation • 🚀 Getting started • 🌐 API reference • 💬 Feedback -## What's New: v2.1.0 +## What's New: v2.3.0 -**auth0_flutter v2.1.0** adds **Windows Desktop** support. You can now use `windowsWebAuthentication()` to authenticate users on Windows using the same PKCE-based flow available on mobile. See the [Windows configuration section](#windows-configure-protocol-handler) below for setup instructions. +**auth0_flutter v2.3.0** adds **Passkeys** support. You can now authenticate users with passkeys via the `webAuthentication()` flow on Android, iOS, and Web. See the [Auth0 passkeys documentation](https://auth0.com/docs/authenticate/database-connections/passkeys) for setup instructions. ## Important Migration Notice: v2.0.0 From 790715eabbdde924a48a4b8957bafb80e0ae2ca7 Mon Sep 17 00:00:00 2001 From: Sanchit Mehta Date: Wed, 24 Jun 2026 19:42:09 +0530 Subject: [PATCH 3/3] docs: remove stale v2.0.0 migration notice (3 versions old) --- auth0_flutter/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/auth0_flutter/README.md b/auth0_flutter/README.md index c5f10542..a9bc2771 100644 --- a/auth0_flutter/README.md +++ b/auth0_flutter/README.md @@ -13,10 +13,6 @@ **auth0_flutter v2.3.0** adds **Passkeys** support. You can now authenticate users with passkeys via the `webAuthentication()` flow on Android, iOS, and Web. See the [Auth0 passkeys documentation](https://auth0.com/docs/authenticate/database-connections/passkeys) for setup instructions. -## Important Migration Notice: v2.0.0 - -**auth0_flutter v2.0.0** includes updates to the underlying native Auth0 SDKs to support **DPoP (Demonstrating Proof of Possession)** and other improvements. See the [Migration Guide](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/MIGRATION_GUIDE.md) for compatibility requirements and upgrade instructions. - ## Documentation - Quickstarts: [Native](https://auth0.com/docs/quickstart/native/flutter/interactive) / [Web](https://auth0.com/docs/quickstart/spa/flutter/interactive) / [Windows](https://auth0.com/docs/quickstart/native/flutter-windows) - our interactive guide for quickly adding login, logout and user information to your app using Auth0