yogyogi / ASP.NET-Core-Identity-with-MongoDB-as-Database

ASP.NET Core Identity with MongoDB as Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Identity with MongoDB as Database

In this repo we will implement ASP.NET Core Identity with MongoDB as the database. So, the MongoDB will be the Identity Database instead of SQL Server. I have explained all the setup steps on my tutorial - ASP.NET Core Identity with MongoDB as Database. This tutorial contains the following topics.

Topics

  1. Configure Identity for MongoDB
  2. Database Name and Connection Strings
  3. Identity User and Role classes
  4. Installing MongoDB
  5. Creating Identity Users in MongoDB
  6. Creating Identity Roles in MongoDB
  7. User Authentication : ASP.NET Core Identity in MongoDB
  8. Login and Logout feature
  9. Show Logged in User Name and Logout button
  10. Authentication by Roles

Want to support me ?

Your support of every $5 will be a great reward for me to carry on my work. Thank you!

Buy Me A Coffee Paypal Me

About

ASP.NET Core Identity with MongoDB as Database


Languages

Language:C# 45.8%Language:HTML 33.3%Language:CSS 19.9%Language:JavaScript 1.0%