You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.2.22
Updated native SDKs to frontegg-ios-swift 1.3.17 (frontegg-android-kotlin unchanged at 1.3.36)
iOS: social sign-in no longer fails with a "Failed to get extract code" error after the user has already authenticated with the provider — some values returned by the provider contain characters that must be escaped in a URL and were not being escaped when the SDK built the URL that completes the exchange, so recent iOS versions rejected it and sign-in stopped about a second later. Retrying did not help, and no app or configuration changes are needed to pick up the fix
iOS: when a social login callback cannot be processed, the SDK now logs the specific reason it was rejected instead of a single generic message