From ef10a90531f57d22d4eeb06634ef5bff3e364d86 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Thu, 30 Jan 2020 15:56:51 -0300 Subject: [PATCH] Release v2.2.0 --- CHANGELOG.md | 13 + docs/Auth.html | 509 +++++++++++++++++++++++++++++- docs/Auth0.html | 30 +- docs/Auth0.module.exports.html | 30 +- docs/Users.html | 30 +- docs/WebAuth.html | 30 +- docs/global.html | 30 +- docs/index.html | 84 ++++- docs/index.js.html | 30 +- docs/src_auth_index.js.html | 276 ++++++++++++---- docs/src_management_users.js.html | 30 +- docs/src_webauth_index.js.html | 30 +- package.json | 2 +- src/networking/telemetry.js | 2 +- 14 files changed, 1050 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7807cb23..d04c8b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v2.2.0](https://github.com/auth0/react-native-auth0/tree/v2.2.0) (2020-01-30) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.1.1...v2.2.0) + +**Added** + +- Add passwordless endpoints [\#270](https://github.com/auth0/react-native-auth0/pull/270) ([lbalmaceda](https://github.com/lbalmaceda)) +- Handle missing kid (key id) on the JWKS [\#269](https://github.com/auth0/react-native-auth0/pull/269) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Changed** + +- Refactor RSA verification: Replace jsrsasign with crypto-js [\#268](https://github.com/auth0/react-native-auth0/pull/268) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [v2.1.1](https://github.com/auth0/react-native-auth0/tree/v2.1.1) (2020-01-10) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.1.0...v2.1.1) diff --git a/docs/Auth.html b/docs/Auth.html index aed9e6c5..8d34ffca 100644 --- a/docs/Auth.html +++ b/docs/Auth.html @@ -55,12 +55,40 @@ >exchange + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +