Building a web app (Whinst) Part 12: Creating a custom sign in page, adding authentication form validation and password encryption.
In the previous sub-articles, I talked about how I added authentication functionality to the Whinst web app. This article is a continuation from there, talking about the features and functionality I’ve added to improve upon the existing authentication functionality. In this article, I’ll walk you through how I created a custom sign-in page, added form …