Integrates Face ID into the app, allowing users to log in to their account without having to input their username and password. The user can select to enable Face ID either upon Sign Up, with the Services Page, or in the Settings Page as a toggle button. If the user selects no to enabling Face ID initially, they can go to the Settings Page and enable it if they change their mind, and vice versa. The logic includes Swift Keychain Wrapper to store the userHash so Face ID logs the correct user in. Also included backend testing to confirm Face ID integration logic.
In order to build the app and use this feature within Xcode Simulator, check if the following items have been added:
Integrates Face ID into the app, allowing users to log in to their account without having to input their username and password. The user can select to enable Face ID either upon Sign Up, with the Services Page, or in the Settings Page as a toggle button. If the user selects no to enabling Face ID initially, they can go to the Settings Page and enable it if they change their mind, and vice versa. The logic includes Swift Keychain Wrapper to store the userHash so Face ID logs the correct user in. Also included backend testing to confirm Face ID integration logic.
In order to build the app and use this feature within Xcode Simulator, check if the following items have been added: