Releases: auth0/react-native-auth0
Releases · auth0/react-native-auth0
v2.2.0
Added
- Add passwordless endpoints #270 (lbalmaceda)
- Handle missing kid (key id) on the JWKS #269 (lbalmaceda)
Changed
- Refactor RSA verification: Replace jsrsasign with crypto-js #268 (lbalmaceda)
v2.1.1
Removed
- Remove issued_at claim value check #266 (lbalmaceda)
Fixed
- Fix gradle javaCompile warning #265 (lbalmaceda)
Security
- Bump handlebars from 4.2.0 to 4.5.3 #262 (dependabot[bot])
v2.1.0
v2.0.0
This is a major release that supports CocoaPods and Android X.
It requires at minimum React Native SDK version 0.60.5. If you need to run it on a different version, check the Compatibility Matrix on the README for reference.
Migration notes:
- Install the SDK with yarn
add react-native-auth0
or npmnpm install react-native-auth0 --save
. - Install the Pod for the iOS native module. Change into the
ios
directory of your application and runpod install
.
Every iOS application after React Native SDK version 0.60.0 has a podfile
file. If yours doesn't, please check the documentation on how to generate a valid one.
v1.6.0
v1.5.0
Changed
- Enable WebAuth Logout for Android & Fix iOS Logout. #223 (lbalmaceda)
Fixed
- Fix error handling by using authentication error class #228 (lbalmaceda)