Open jamalv opened 5 years ago
Advantage from a security standpoint; we dont store any passwords. We use the protection of the mailbox. Since a lot of services offer “account recovery” trough email, this is common practice.
I think I saw something like this in the specs. Maybe research if Cognito even support something like this. I did a quick google search and clicked on this github issue: https://github.com/aws-amplify/amplify-js/issues/1896
It seems somewhat possible.
Results from alpha test 2 and 3: current signup took 5m 54s and 6m 13s respectively.
I have a working solution https://github.com/aws-amplify/amplify-js/issues/1896#issuecomment-539452876
Context:
To optimize the potential for (viral) growth of the platform, it is essential to lower the barriers of entry and remove any friction we can. Identity management and user onboarding is very important in this.
Currently to get registered and login the user has to perform 15 steps:
Proposal:
Using the “magic login” system used by forus we can reduce this to 4 or 5 steps:
*If user already signed by email, we can prefill the email adress, then this action is not required.