MoienTajik / AspNetCore-Developer-Roadmap

Roadmap to becoming an ASP.NET Core developer in 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth and Identity

ardalis opened this issue · comments

Learning something about Auth, Identity, and Security probably deserves more of a mention than a bullet under ASP.NET Core. There's ASP.NET Identity, token vs. cookie auth, identity server, OIDC, SAML, other protocols, JWT tokens. I'd probably also include security and OWASP top 10 in the list somewhere as well.

Learning something about Auth, Identity, and Security probably deserves more of a mention than a bullet under ASP.NET Core. There's ASP.NET Identity, token vs. cookie auth, identity server, OIDC, SAML, other protocols, JWT tokens. I'd probably also include security and OWASP top 10 in the list somewhere as well.

so there are in Asp.Net Core Basic section -> Authentication and Authorization

@arminatwork yes and I'm saying this:

probably deserves more of a mention than a bullet under ASP.NET Core.

@arminatwork yes and I'm saying this:

probably deserves more of a mention than a bullet under ASP.NET Core.

is cool
I suggest it topic; should have written more about it such as cookie and session

note session , cookie and... is State Management!

Added with more detail in 2022 version, thanks for your suggestion! ;)