DEV Community

Discussion on: The Complete Guide to User Authentication with the Amplify Framework

Collapse
 
gvdonovan profile image
Greg Donovan

I'm a bit late to the party but am wondering how signin will work if the user was created by an admin with a temporary password. Will Amplify automatically handle this? If we go the SDK route and roll our own will there be something in the response after signinWithEmail is called indicating we need to capture a new password?