Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jan 30, 2020
1 parent 72d8cd9 commit ef10a90
Show file tree
Hide file tree
Showing 14 changed files with 1,050 additions and 76 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading

0 comments on commit ef10a90

Please sign in to comment.