Implement Secure Remote Password Protocol (SRP) in your web app — Passwords are one of the most used authentication mechanisms in web applications. But, using them in practice comes with security risks and complexities. So, in this article, I will discuss SRP, a Passwordless authentication mechanism to help you address some of the major security challenges in password authentication. What is SRP?