From 100daf7005a6ce602dd45b4750f8b43df9d90686 Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Fri, 20 Sep 2019 12:15:06 -0700 Subject: [PATCH] Delete uwp-readme.txt --- nuget/uwp-readme.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nuget/uwp-readme.txt diff --git a/nuget/uwp-readme.txt b/nuget/uwp-readme.txt deleted file mode 100644 index 2679610c..00000000 --- a/nuget/uwp-readme.txt +++ /dev/null @@ -1,15 +0,0 @@ -Breaking Change for Version 1.1.0 ---------------------------------- - -Please note that there was a bug which slipped into the 1.0.0 release of this package. Version 1.1.0 fixed this bug but it can break your application. - -The issue was that 1.0.0 required a Callback URL of https://YOUR_AUTH_DOMAIN/mobile. This was wrong. - -The Callback URL should be the in the format ms-app://SID, where SID is the Package SID for your application. - -This has been fixed for version 1.1.0, so please ensure that your callback URL which you register for your Client in the Auth0 Dashboard is in the format ms-app://SID - -Full details on how to do this can be found in the UWP Quickstart document under the section "Set Up the Auth0 Callback URL": -https://auth0.com/docs/quickstart/native/windows-uwp-csharp - -Apologies for this. This was fixed during the beta versions, but somehome did not make it into the 1.0.0 release of the NuGet package