Add authentication and display a table when logged in using Blazor server

Job ID: 31634479

Budget: $10 – $30 USD

Small job, need it done quickly!

USER TABLE:

UserID int (PK),
UserName varchar(10) (not null),
Password varchar(20) (not null),
DisplayName varchar(50) (null),
Active bit (not null)

Authorised table to display:
TYPE TABLE
TypeID int (PK),
TypeCode varchar(2) (not null),
TypeDescription varchar(25) (not null)
Related categories: C# Programming HTML ASP.NET Blazor