You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
We have to implement SCRAM protocol (reference here) in our register-user, login-user and reset-password flows to make sure that password in plaintext does not travel over the network, and thus to prevent man-in-the-middle attacks.
Acceptance Criteria:
SCRAM Protocol is used to register new users.
The implementation of the SCRAM Protocol doesn't break the mnemonic password reset flow.
The text was updated successfully, but these errors were encountered:
stravid87
changed the title
Implement SCRAM protocol in the registration and password reset flows
Implement SCRAM protocol in the user registration and password reset flows
Dec 14, 2024
stravid87
changed the title
Implement SCRAM protocol in the user registration and password reset flows
Implement SCRAM Protocol in the User Registration and Password Reset Flows
Dec 14, 2024
interestIngc
changed the title
Implement SCRAM Protocol in the User Registration and Password Reset Flows
Implement SCRAM Protocol in the User Registration, User Login and Reset Password Flows
Jan 16, 2025
Description
We have to implement SCRAM protocol (reference here) in our register-user, login-user and reset-password flows to make sure that password in plaintext does not travel over the network, and thus to prevent man-in-the-middle attacks.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: