Skip to content

Releases: frontegg/frontegg-react-native

v1.2.14

10 Mar 14:57
3973269

Choose a tag to compare

v1.2.13

11 Feb 09:51
ff0f0b0

Choose a tag to compare

v1.2.13

  • moved arguments in directLoginAction

v1.2.12

10 Feb 12:25
01b8338

Choose a tag to compare

v1.2.12

  • added additionalQueryParams to directLoginAction
  • upgraded Frontegg IOS version to 1.2.32

v1.2.11

10 Feb 07:31
7c9ebd6

Choose a tag to compare

v1.2.11

  • Added requestAuthorize - requests authorization using a refresh token and an optional device token cookie.

v1.2.10

03 Jan 11:58
8a661fd

Choose a tag to compare

v1.2.10

v1.2.8

01 Oct 10:46
f01bf3c

Choose a tag to compare

iOS:

  • Keychain Data Persistence Configuration: Added support to keep or remove Keychain data upon app reinstall. This feature is configurable via a new property in Frontegg.plist, allowing more flexibility in how sensitive data is handled across app reinstalls.
  • Token Refresh Rescheduling: Improved token management by rescheduling token refresh when the internet connection is inactive, ensuring seamless token refresh when the network becomes available again.

Android:

  • Security Dependencies Update: Updated security dependencies to enhance app security and compatibility with the latest Android versions.
  • Direct Login Action Race Condition Fix: Resolved a race condition issue in the Direct Login Action, improving the reliability of the login process.
  • ACCESS_NETWORK_STATE Permission: Added the missing permission for ACCESS_NETWORK_STATE, enabling better handling of network state detection during token refresh and login actions.

v1.2.7

02 Sep 19:54
bfea72e

Choose a tag to compare

v1.2.7

  • Fix typo in Frontegg Swift plugin

v1.2.6

01 Sep 14:41
3fe2bfa

Choose a tag to compare

v1.2.6

Android

  • Token Refresh Improvements:

    • Implemented TimerTask for immediate token refresh in the foreground.
    • Used JobScheduler for efficient background token refresh.
    • Added a retry mechanism for failed background jobs.
    • Improved handling of state transitions between foreground and background.
    • Enhanced handling of near-expiry tokens.
    • Introduced checks for token refresh status.
  • OAuth/Authorize Error Fix:

    • Resolved infinite loading on the /oauth/authorize page by correctly displaying backend errors.

iOS

  • Demo App and Documentation:

    • Fixed issues in the demo app and updated the README for clarity.
  • OAuth Error Handling:

    • Improved error handling for smoother OAuth authorization.
  • Codebase Cleanup:

    • Removed unnecessary logs and fixed a typo related to ephemeralSession.
  • Refresh Token Enhancements:

    • Improved token refresh management during app state transitions.

React Native Bridge

  • Bug Fix:
    • Fixed the issue with RCTCallableJSModules not being set.

These updates bring improvements in token management, error handling, and overall reliability. We recommend upgrading to this version.

v1.2.5

22 Aug 14:38
5d93ead

Choose a tag to compare

v1.2.5

  • Add support for directLoginAction with iOS ephemeral session.

v1.2.4

30 Jul 16:13
9f50ff8

Choose a tag to compare

v1.2.4

  • Add MultiApp support
  • Upgrade iOS SDK for social login fix