Closed gowebUSA closed 4 years ago
Get with Eli for implementing login functionality. Also Dan has a good link as well.
Uses tutorial from Elijah. https://www.youtube.com/watch?v=0y_HeholX4I
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.
Finishes Register new user [HttpGet].
Implemented a login functionality. Followed KudVenkat tutorials. Big take away are the folowing:
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.