Skip to content

v1.3.14

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:43
· 52 commits to master since this release
35242ca

v1.3.14

  • Added: opt-in App-Link (https) OAuth redirect. Setting useAssetLinks in Frontegg.plist routes the OAuth callback through https://{your-frontegg-domain}/oauth/account/redirect/ios/{bundleId} instead of the custom URL scheme, matching Android's useAssetsLinks. Off by default, and requires iOS 17.4+ — older versions fall back to the custom-scheme callback. (FR-26224 — #294)
  • Fixed: a failed or cancelled passkey sign-in could leave the embedded login box hanging instead of surfacing the error — error messages containing a quote, backslash or newline broke the JavaScript the bridge injected to reject the credential request, so the login page's promise never settled. (FR-26113 — #292)