Skip to content

Commit

Permalink
Improve notification about Cognito native passwordless
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokruse authored Dec 3, 2024
1 parent 313a7f9 commit 02fc963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 02fc963

Please sign in to comment.