Skip to content

Releases: frontegg/frontegg-react-native

v1.2.19

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:20
5461eed

v1.2.19

  • Updated native SDKs to frontegg-ios-swift 1.3.11 / frontegg-android-kotlin 1.3.35 — fixes embedded step-up showing a blank page instead of the MFA challenge (requires hosted login box ≥ 7.118.0)
  • Android: directLoginAction now accepts additionalQueryParams, matching the JS signature

v1.2.18

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:00
7500e03

v1.2.18

  • Added entitlements support — loadEntitlements(), getFeatureEntitlement(), and getPermissionEntitlement() to gate features and permissions on-device
  • Android: fixed stepUp() and openAdminPortal() failing to compile in consumer apps (Unresolved reference 'currentActivity')

v1.2.17

Choose a tag to compare

@github-actions github-actions released this 29 Jun 12:38
4500e94

v1.2.17

  • Added openAdminPortal() to open the embedded Admin Portal — it opens through the native iOS/Android token bridge, so existing users aren't prompted to log in again
  • Bumped frontegg-android-kotlin to 1.3.34 and frontegg-ios-swift to 1.3.10
  • Android: build now targets JVM 17 (requires JDK 17); minimum @react-native-async-storage/async-storage raised to 1.19.0
  • Android: BuildConfig is now resolved for white-label apps where applicationId differs from the package namespace

v1.2.16

Choose a tag to compare

@github-actions github-actions released this 03 Mar 12:07
6422b2f

v1.2.16

v1.2.14

Choose a tag to compare

@github-actions github-actions released this 10 Mar 14:57
3973269

v1.2.14

v1.2.13

Choose a tag to compare

@github-actions github-actions released this 11 Feb 09:51
ff0f0b0

v1.2.13

  • moved arguments in directLoginAction

v1.2.12

Choose a tag to compare

@github-actions github-actions released this 10 Feb 12:25
01b8338

v1.2.12

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

v1.2.11

Choose a tag to compare

@github-actions github-actions released this 10 Feb 07:31
7c9ebd6

v1.2.11

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

v1.2.10

Choose a tag to compare

@github-actions github-actions released this 03 Jan 11:58
8a661fd

v1.2.10

v1.2.8

Choose a tag to compare

@github-actions github-actions released this 01 Oct 10:46
f01bf3c

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.