This project explains 5 best practices when creating a application sign in form and why you should use them.
Before doing this project I was giving very little thought to how to create my sign in forms. I found that using these 5 basic practices you can greatly enhance your users experience during sign in. Since this is the first interaction your user will have each time they use your application, the better it is the more they will like your app.
-
Clone this repository
git clone https://github.com/CodingWithDavid/SignInFormBestPractices cd SignInFormBestPractices
-
Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions
-
Press F5
I am using the basic Server side Blazor template and adding state management to the "Counter" page. The sample also shows how to set up state management between components using an event handler