From 9515caa29c5209746a53eec9dbd1ce39a6cace22 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:17:46 -0600 Subject: [PATCH] add name of ios setting --- blog/posts/biometrics-explained.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/biometrics-explained.md b/blog/posts/biometrics-explained.md index d15a1e6b..5319005c 100644 --- a/blog/posts/biometrics-explained.md +++ b/blog/posts/biometrics-explained.md @@ -108,7 +108,7 @@ They put the odds for Touch ID around [1 in 50,000](https://support.apple.com/en ### Additional Considerations -You'll likely want an implementation with some protection against another person pointing your phone at your face to unlock it. iOS allows you to enable a setting where you need to be looking at the phone before it will unlock, look for a similar feature when shopping for a device. +You'll likely want an implementation with some protection against another person pointing your phone at your face to unlock it. iOS allows you to enable a setting where you need to be looking at the phone before it will unlock (called "Require Attention for Face ID), look for a similar feature when shopping for a device. Some devices allow for unlocking with a facemask. This is less secure than without a facemask, so keep that in mind when enabling this setting.