This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
Releases: auth0/react-native-lock
Releases · auth0/react-native-lock
0.4.0
0.3.0
Fixed
- User profile was returning empty
userMetadata
after authentication in iOS #56 (hzalaz) - User profile was not returning
userMetadata
after authentication #64 (hzalaz)
Added
- Disable change password & sign up buttons #59 (deepaksisodiya)
- Added Authentication & Users API clients from react-native-auth0. These can be obtained from the
Lock
instance. #63 (hzalaz)
Breaking changes
Lock object no longer has delegation(options)
or refreshToken(options)
methods, if you need to perform these operations you can do it from the Authentication API client like this:
lock
.authenticationAPI()
.refreshToken(refreshToken)
.then(response => console.log(response))
.catch(error => console.log(error));
For more info check https://github.com/auth0/react-native-auth0
0.2.0
Implemented enhancements:
- delegation request for Android #31
- Add support to include library using
.xcodeproj
without CocoaPods #4
Fixed bugs:
- A0LockReact.m delegationWithOptions passes null dictionary when attempting to obtain firebase token, crashing app #39
Closed issues:
- Closable not working on Android #41
- Issues with running rnpm #28
- Auth0Lock.show - Cannot read property 'init' of defined #20
Merged pull requests:
- Add a Auth0 client class #46 (hzalaz)
- Use fetch API for delegation requests #45 (hzalaz)
- Introduce travis again #44 (hzalaz)
- Make it work with CP 1.0.0 #43 (hzalaz)
- Update README.md #40 (arjunkomath)
- Fixed path Android setup build.gradle #33 (robmoorman)
- Remove "-ios" from main README header #27 (twistedstream)
0.1.0
Closed issues:
Merged pull requests:
- Add support for refresh_token in delegation method #26 (hzalaz)
- Add missing picture #25 (hzalaz)
- Same interface for Android & iOS (if possible) #24 (hzalaz)
- Add Android Bridge #23 (hzalaz)
- Initial Support for rnpm #22 (hzalaz)
- Send telemetry specifying react native lock #21 (hzalaz)
- Sample Project Update #17 (hzalaz)
- add delegateToken method #13 (chirag04)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
* This Change Log was automatically generated by github_changelog_generator