Asp net Identity

Asked

Viewed 78 times

0

Good evening, it’s a simple question, I don’t even know if this is the right place to ask this (if not and can you tell me where I already thank you) but I want to learn how to use Asp.Net Identity and I found this tutorial by Eduardo Pires https://www.youtube.com/watch?v=PKop7c_OdR0 on Youtube
But the project I’m developing I use Asp Core, I wanted to know if Identity in Asp.Net Mvc is too different from Core, to know if it’s worth it to take this class, and if it’s different and someone can tell me where I can find a tutorial thank you already.

1 answer

1


I believe the biggest difference is the way it is configured and injected into the application.

You can learn how to use it through the microsoft website itself:

ASP.NET Core Identity

Also has a mini course of Macoratti:

ASP.NET Core Identity mini-course

Eduardo himself has a project at Github that makes use of this technology:

Equinox Project

You may want to create an Openid/Oauth2 server for authentication and authorization:

Identityserver4

Browser other questions tagged

You are not signed in. Login or sign up in order to post.