Completed
The limitations of the current roles-based system
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Practical Look at Security and Identity in ASP.NET Core and Entity Framework Core
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Super-quick intro to ASP.NET Core identity
- 3 The limitations of the current roles-based system
- 4 Replacement of Roles-based system - overview
- 5 The Role ToPermissions entity class
- 6 Data level authorization
- 7 Data authorization example: personal data
- 8 Data authorization implementation: DbContext
- 9 The end (useful links)