isotoma / react-cognito

Library for integrating Facebook React and Amazon Cognito
Apache License 2.0
116 stars 48 forks source link

retain username post register #16

Closed dibell closed 7 years ago

dibell commented 7 years ago

This is so we can populate the sign in form with the username to make the user experience slightly better.

There is a current issue logged with aws cognito to provide a mechanism for login after registration. The other option was to save the password too but I didn't want to do that. https://github.com/aws/amazon-cognito-identity-js/issues/186

bne commented 7 years ago

lgtm, the best that can be done in the circumstances I guess :)