-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can Cognito manage WEB_AUTHN? #216
Comments
Those features were released last week and we haven't had time to update our docs yet :) From the top of my head, use this lib here, if you want:
Hopefully the new features that come out of the box are enough for you! This lib here ultimately means you have to manage more components. |
Thanks for the reply, I realized the Cognito passwordless features were very new after opening this issue. So new, CDK doesn’t support them yet I appreciate your reply with example use cases of when to still set it up yourself instead of using the new managed passwordless features of Cognito |
Cheers. Updated the README now |
I have NextJS application and I would like to implement passwordless auth with Cognito as described here.
This doc seems to indicate it can be done with pretty minimal Congito configuration:
USER_AUTH
ALLOW_USER_AUTH
SMS_OTP
,EMAIL_OTP
and/orWEB_AUTHN
What are the benefits of using the methods in this sample of explicitly handling custom challenges over letting Cognito manage it?
The text was updated successfully, but these errors were encountered: