From 06c1d579e0b273466f2da1d7485cb8b084bfb52a Mon Sep 17 00:00:00 2001 From: Stefan Erkenberg Date: Mon, 9 May 2022 12:37:33 +0200 Subject: [PATCH] Update README to reflect addition of cancellation message --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f559816..e9d969c 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ Usage Universal Links and App Links so that the same flow can be used in both mobile apps and web. + If the login was cancelled by the user without interacting with the + endpoint by closing the overlay without logging in, the received message + in JavaScript will be `oauth::{"error": "cancelled"}`. + Contributing ------------