Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 651 Bytes

Readme.md

File metadata and controls

13 lines (10 loc) · 651 Bytes

Learning ASP.NET Identity

This project contains what I have learnt in ASP.NET Identity. I came across Identity when I was searching if dotnetcore had an inbuilt mechanism for hashing passwords.

I plan to cover the following topics

  • User Registering and Sign In
  • User Roles
  • User Sign Out

Currently I have used the following links to learn chsakell, tektutorialshub, hk.saowen.com