DEV Community

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

Collapse
 
ankurzibo profile image
ankur-zibo • Edited

Hi Nader,
It was really helpful. Thanks

I tried to integrate my React code to Cognito User Pool through Amplify SDK.
I have a question around the security of the password we are passing to Cognito during SignUp and Reset Password flow. I see that during the SignIn flow, SRP is used while for signUp and reset password it is passed as plain text. Is there a way to encode and send it to Cognito?