diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ab733..f68c928d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v2.5.0](https://github.com/auth0/react-native-auth0/tree/v2.5.0) (2020-06-09) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.4.0...v2.5.0) + +**Added** + +- Warn when bundle identifier contains uppercase characters [\#316](https://github.com/auth0/react-native-auth0/pull/316) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Security** + +- Breaking: Require ReactNative version 0.62.2 [\#315](https://github.com/auth0/react-native-auth0/pull/315) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [v2.4.0](https://github.com/auth0/react-native-auth0/tree/v2.4.0) (2020-06-05) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.3.1...v2.4.0) diff --git a/docs/Auth.html b/docs/Auth.html index 0e6a17c0..afd335a7 100644 --- a/docs/Auth.html +++ b/docs/Auth.html @@ -2068,7 +2068,7 @@
-+- Callback URLs must have a valid scheme value as defined by the - specification. Note however that platforms like Android don't follow this RFC - and define the scheme and host values as case-sensitive. Since - this SDK makes use of the Android's Package Name and its analogous - iOS's Product Bundle Identifier to generate the redirect URL, it's - advised to use lower case values for such. A "Redirect URI is - not valid" error will raise if this format is not respected. -
-
+ On the Android platform this URL is case-sensitive. Because of that, + this SDK will auto convert the Bundle Identifier (iOS) and + Application ID (Android) values to lowercase in order to build the + Callback URL with them. If any of these values contains uppercase + characters a warning message will be printed in the console. Make + sure to check that the right Callback URL is whitelisted in the + Auth0 dashboard or the browser will not route succesfully back to + your application. +
Go to the Auth0 DashboardLicense diff --git a/docs/index.js.html b/docs/index.js.html index 54ed9b34..7f07f3a8 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -230,7 +230,7 @@