From 91ebdd6bc6572895a6f4e56da3ab7589e574adf9 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sat, 20 May 2023 10:26:11 +1000 Subject: [PATCH] docs: update webauthn docs Signed-off-by: James Elliott --- .../en/overview/authentication/security-key/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/en/overview/authentication/security-key/index.md b/docs/content/en/overview/authentication/security-key/index.md index 110bdcb76..2d9c76b58 100644 --- a/docs/content/en/overview/authentication/security-key/index.md +++ b/docs/content/en/overview/authentication/security-key/index.md @@ -45,14 +45,14 @@ Easy, right?! ## FAQ -### Can I register multiple FIDO2 WebAuthn devices? +### Can I register multiple FIDO2 WebAuthn credentials? -At present this is not possible in the frontend. However the backend technically supports it. We plan to add this to the -frontend in the near future. Subscribe to [this issue](https://github.com/authelia/authelia/issues/275) for updates. +Yes, as of v4.38.0 and above Authelia supprots registering multiple WebAuthn credentials as per the +[roadmap](../../../roadmap/active/webauthn.md#multi-device-registration). ### Can I perform a passwordless login? -Not at this time. We will tackle this at a later date. +Not at this time. We will tackle this at a later date as per the [roadmap](../../../roadmap/active/webauthn.md#passwordless-login). ### Why don't I have access to the *Security Key* option?