aws-samples / amazon-cognito-passwordless-auth

Passwordless authentication with Amazon Cognito: FIDO2 (WebAuthn, support for Passkeys), Magic Link, SMS OTP Step Up
Apache License 2.0
382 stars 70 forks source link

Passwordless.configureFromAmplify() no longer works with the latest version of Amplify (v6) #157

Open ottokruse opened 8 months ago

ottokruse commented 8 months ago

Work around is easy, just call Passwordless.configure() instead, but it was nice to have the convenience function for Amplify, so we should update it to accept v6 config also.