Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Releases: auth0/react-native-lock

0.4.0

20 Aug 21:42
e1d03f2
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Inconsistent Android and iOS profile upon login #74 (calclavia)

Added:

  • Lock options to enable PKCE & customize TouchID behaviour #85 (hzalaz)
  • Allow using magic link with passwordless #83 (hzalaz)

Changed:

  • Improve Android profile bridge #84 (hzalaz)

0.3.0

15 Jun 20:20
ade8c3a
Compare
Choose a tag to compare

Full Changelog

Fixed

  • User profile was returning empty userMetadata after authentication in iOS #56 (hzalaz)
  • User profile was not returning userMetadata after authentication #64 (hzalaz)

Added

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

18 May 01:52
732e804
Compare
Choose a tag to compare

Full Changelog

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:

0.1.0

18 May 01:52
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • how to use both ios and android libs in the same entry file #19
  • No Exit on Login Screen #16

Merged pull requests:

0.0.5

18 May 01:52
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • authParams applied inconsistently #9
  • Cannot get native Facebook login to work #8
  • ld: 221 duplicate symbols for architecture x86_64 #3

Merged pull requests:

0.0.4

18 May 01:52
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • Add Lock/WebView as a dependency #1 (hzalaz)

0.0.3

18 May 01:52
Compare
Choose a tag to compare

0.0.2

18 May 01:52
Compare
Choose a tag to compare

0.0.1

18 May 01:52
Compare
Choose a tag to compare

* This Change Log was automatically generated by github_changelog_generator