diff --git a/README.md b/README.md index b4c6368..d2d8b72 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Amazon Cognito Passwordless Auth -> NOTE: Amazon Cognito launched native Passwordless support in November 2024 (see [launch blog](https://aws.amazon.com/blogs/aws/improve-your-app-authentication-workflow-with-new-amazon-cognito-features/)) and of course using native functionality should be preferred. +> NOTE: This is an AWS solution to add Passwordless support to Amazon Cognito using custom auth flows. However, Amazon Cognito launched native Passwordless support in November 2024 (see [launch blog](https://aws.amazon.com/blogs/aws/improve-your-app-authentication-workflow-with-new-amazon-cognito-features/)) and of course using native functionality should be preferred. > -> The solution here may still be of use to you for these reasons: +> The solution here may yet be of use to you for these reasons: > > - It supports usernameless FIDO2 sign-in (using discoverable credentials) > - It gives you full control of the FIDO2 parameters that are used for the authentication. For example to turn on extensions (such as credProps), or to allow credentials that's don't require `userVerification` but only user presence.