As part of the process to implement the Unified Login flow in WooCommerce, we have made a few breaking changes to the API exposed by WordPressAuthenticator.
This PR updates the dependency with WPAuthenticator and implements the new methods declared in WPAuthenticatorDelegate.
Changes
Point WPAuthenticator to 1.30.0
Update AuthenticationManager to use the new API exposed by WordPressAuthenticatorDelegate
How to test
Checkout the branch
Run bundle exec pod install
Build and run. Log out if necessary
Attempt to log in again. Check that the login flow continues working as it should.
Closes #126
As part of the process to implement the Unified Login flow in WooCommerce, we have made a few breaking changes to the API exposed by WordPressAuthenticator.
This PR updates the dependency with WPAuthenticator and implements the new methods declared in WPAuthenticatorDelegate.
Changes
Checkout the branch