v1.2.9
We're pleased to announce the release of Frontegg Swift SDK version 1.2.9. This update introduces the loginWithPopup
method, enhancing authentication with ASWebAuthenticationSession
. Here are the key features:
New Features
loginWithPopup
Method: Allows for seamless integration withASWebAuthenticationSession
, offering customizable login experiences. Key parameters include:window
: Specifies the presentation window (defaults to key window).ephemeralSession
: Indicates if the session should be ephemeral (true
by default).loginHint
: Optional login hint (defaults tonil
).loginAction
: Optional login action (defaults tonil
).completion
: Completion handler for post-login actions.
For example usage, refer to our GitHub README.
This version streamlines authentication flows, making them more flexible and user-friendly.