The ASP.NET Core Identity Dilemma discusses the new authentication and authorization features introduced in .NET 8. It explains the difference between cookie-based authentication and token-based authentication and when to use each approach.
Table of contents
ASP.NET Core Identity: What’s NewCookie or Token-based Authentication?Wait! Identity API Endpoints Have Cookies Too?Why Are These Tokens Not JWTs?When Do You Need OpenID Connect and OAuth 2.0?Some Caveats About Identity API EndpointsRecapSort: