From 2047787d09eb91ee1c6d86323df43d44ffecf194 Mon Sep 17 00:00:00 2001 From: frontegg Date: Tue, 6 Feb 2024 19:24:45 +0000 Subject: [PATCH 1/2] chore(release): publish 1.2.9 --- FronteggSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FronteggSwift.podspec b/FronteggSwift.podspec index c88385f..bfee8dc 100644 --- a/FronteggSwift.podspec +++ b/FronteggSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FronteggSwift' - s.version = '1.2.8' + s.version = '1.2.9' s.summary = 'A swift library for easy integrating iOS application with Frontegg Services' s.description = 'Frontegg is an end-to-end user management platform for B2B SaaS, powering strategies from PLG to enterprise readiness. Easy migration, no credit card required' s.homepage = 'https://github.com/frontegg/frontegg-ios-swift' From e5475ce0ed229ecf880855c1bc45ddaf3bded09f Mon Sep 17 00:00:00 2001 From: David Antoon <69419539+frontegg-david@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:54:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bca0d9c..ec24e59 100644 --- a/README.md +++ b/README.md @@ -421,7 +421,7 @@ struct SelectRegionView: View { ## Login with ASWebAuthenticationSession -Starting from version 1.3.0, the Frontegg SDK has introduced support for ASWebAuthenticationSession, enhancing the login +Starting from version 1.2.9, the Frontegg SDK has introduced support for ASWebAuthenticationSession, enhancing the login experience. This new feature allows for a more streamlined and secure authentication process. A `loginWithPopup` method has added with parameters to accommodate the integration of ASWebAuthenticationSession: