Closed ataylorme closed 17 hours ago
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?