wordpress-mobile / WordPressAuthenticator-iOS

GNU General Public License v2.0
17 stars 11 forks source link

Make extensions for `LoginFacade` and `Data` for external access #798

Closed itsmeichigo closed 11 months ago

itsmeichigo commented 11 months ago

Part of https://github.com/woocommerce/woocommerce-ios/issues/10590

Description As part of the effort for https://github.com/woocommerce/woocommerce-ios/issues/10590, we want to support the login feature with custom UI from WCiOS while using the main logic from WordPressAuthenticator library. To support security key login, we need access to the new extensions of LoginFacade and Data.

Testing Please follow the testing step in https://github.com/woocommerce/woocommerce-ios/pull/11070.