Authentication is the process of determining a user’s identity. Authorization is the process of determining whether a user has access to a resource. In ASP.NET Core, authentication is handled by the IAuthenticationService, which is used by authentication middleware. The authentication service uses registered authentication handlers to complete authentication-related actions.
ASP.NET Core Identity:
Is an API that supports user interface (UI) login functionality.
Manages users, passwords, profile data, roles, claims, tokens, email confirmation, and more.
In this video we will discuss
1. How to implement Identity Core
2. How to add user tables to existing database
3. How to extend default User Tables
Full Course: https://www.udemy.com/course/ultimate-aspnet-5-web-api-development-guide/?referralCode=354D04A638A9196767B3
00:00 – Intro
01:06 – Use SSL
04:10 – Example
06:56 – Integrate Identity Core to Project
08:16 – Configure Identity Services
18:45 – Migration
19:48 – Update Database
20:36 – Outro
___________________________________________________________________
I am a Software Engineer and Instructor. I can provide professional development services or private code coaching sessions to help you to accomplish your professional or personal IT goals.
Check out my content on Social Media
Website: https://www.trevoirwilliams.com/
Instagram: https://www.instagram.com/trevthetrevwill
Facebook: https://www.facebook.com/trevoirwilliams
LinkedIn: https://www.linkedin.com/in/trevoirwilliams/
Check out some free courses below:
Microsoft SQL Server 2017 for Everyone! – Database Development Course
PHP Bootstrap 4, Heroku and MySQL Course
PHP Development with Bootstrap, GitHub and Heroku
Modern PHP Web Development with MySQL, GitHub and Bootstrap 4
C# – Basics Uncovered
Enterprise C# Winforms Application Development
Introduction To Website Technologies
https://www.youtube.com/playlist?list=PLUl9BcvgsrKZ8gHG4mArlFlYT8KykRHN_ Full Source Code: https://github.com/trevoirwilliams/HotelListing-API-dotnet5
Full Course Playlist: https://www.youtube.com/playlist?list=PLUl9BcvgsrKYa9mUygO9lIGow-1GaNWqs


Comments