Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.23 KB

README.md

File metadata and controls

54 lines (40 loc) · 2.23 KB

Identity on Asp.Net Core

This project was developed to create a membership system using the identity library and developed with Asp.net Core Mvc.

Course Name: Asp.Net Core Üyelik Sistemi (Asp.Net Core Identity)

instructor:Fatih Çakıroğlu

Course Platform: Udemy

What Was Done and Used In The Project

-EntityFramework and codeFirstDb

-Cookie based authentication with identity

-Cookie based authorization with identiy

  • Role based authorization
  • Claim based authorization
  • Policy based authorization
  • Permission authorization

-Mail Service for Forget Password.

Cookie Based Authentication

image



Role Based Authorization

image image



Claim Based Authorization

image image image



Policy Based Authorization

image image image



Permission Authorization

image image image image image image