Skip to content

CodingWithDavid/SignInFormBestPractices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Blazor Sign in form best practices

This project explains 5 best practices when creating a application sign in form and why you should use them.

by David Gallivan

Why

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.

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/SignInFormBestPractices
    cd SignInFormBestPractices
  2. Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions

  3. Press F5

What's in the App

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

Problems or Suggestions

Open an issue here

Thank You

Resources

About

How to mak your users sign in process better and more accessible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published