The Secure Remote Password protocol (SRP) is a password-authenticated key agreement protocol in order to establish an encrypted channel based on a password.
I am trying to use AWS Cognito services for user authentication through ruby SDK. I could able to sign_up, …
ruby-on-rails ruby amazon-web-services amazon-cognito srp-protocol