gowebUSA / MSSA-Project

MSSASD7 repository for projects in C# and T-SQL
1 stars 0 forks source link

#3 Create a login functionality #15

Closed gowebUSA closed 4 years ago

gowebUSA commented 4 years ago

As a program, I only want to allow certain people to access the system. Only allow certain people with different qualification to do certain things based on their qualification.

Accepted Criteria: When the user can login to the system and able to access Edit, Details, and Delete.

gowebUSA commented 4 years ago

Get with Eli for implementing login functionality. Also Dan has a good link as well.

gowebUSA commented 4 years ago

Uses tutorial from Elijah. https://www.youtube.com/watch?v=0y_HeholX4I

gowebUSA commented 4 years ago

I found out that it's hard to use Elijah's link. So I tuned back in to Dan's link at https://www.youtube.com/watch?v=egITMrwMOPU&list=PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU&index=65. See Wiki important notes for creating ASP.NET Core Identity.

gowebUSA commented 4 years ago

Finishes Register new user [HttpGet].

gowebUSA commented 4 years ago

Implemented a login functionality. Followed KudVenkat tutorials. Big take away are the folowing: