amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
423 stars 232 forks source link

Passwordless authentication #18

Open dinvlad opened 7 years ago

dinvlad commented 7 years ago

Hi Team,

Would it be possible to enable 'passwordless' flow as described in Tim Hunt's talk at https://www.youtube.com/watch?v=8DDIxqIW1sM&feature=youtu.be&t=3020 ?

Same applies to any other challenge-response authentication - is it available, or is it an upcoming feature? (I didn't get a chance to test that yet, just wanted to get a general sense)

Thanks

itrestian commented 7 years ago

Yes, challenge based flows are on the roadmap.

donnlee commented 6 years ago

Link to that slide on passwordless auth starting with intro to the feature: https://youtu.be/8DDIxqIW1sM?t=37m08s

jonalexander commented 6 years ago

@itrestian what is the status?

i am attempting to authenticate with a custom auth flow (see #25 https://github.com/aws/amazon-cognito-identity-js) and i am being told i have the incorrect username and password. i am fairly certain the username is correct.

edit: challenge answer did not match the challenge but the error thrown was 'Invalid Username or Password'

guilhermedecampo commented 6 years ago

@yuntuowang this would require major changes or AWS cognito already have the API to do this kind of authentication?

Thank you!

yuntuowang commented 6 years ago

Hi @guilhermedecampo, it is on our roadmap. At this point, it is hard to comment on ETA.

guilhermedecampo commented 6 years ago

Ok! Thank you @yuntuowang

clearly commented 6 years ago

+1

zacharywenner commented 6 years ago

+1. Sorry to also bump this again, but it would be awesome to have.

VicFrolov commented 6 years ago

+1

Jolg42 commented 6 years ago

+1 It would be awesome to have. I guess I won't use Cognito as it's not shipped yet 😞.

VicFrolov commented 6 years ago

It's actually doable @Jolg42

https://github.com/aws/aws-amplify/pull/566

Jolg42 commented 6 years ago

Thanks @VicFrolov! So I guess that if it's doable with the Amplify lib it should be doable here in the Cognito Auth SDK too but it's not implemented yet?

sean-ocallahan commented 6 years ago

+1

icj217 commented 5 years ago

+1

jamn commented 5 years ago

+1

jimmyn commented 5 years ago

+1

Jayasagar commented 5 years ago

+1

MartinMasek commented 5 years ago

+1

adriandewitts commented 5 years ago

+1

gilad-solter commented 5 years ago

+1 👍

VicFrolov commented 5 years ago

Hey guys I just wanted to post this here: https://aws.amazon.com/blogs/mobile/implementing-passwordless-email-authentication-with-amazon-cognito/

sachinahuja commented 5 years ago

So, if we are promoting the post that @VicFrolov linked to ... does that mean AWS Cognito won't be providing this functionality "natively"?