Tag: aspnet

Combining cookie and JWT bearer authentication in ASP.NET Core

This post discusses how to combine cookie authentication with JWT bearer authentication in an ASP.NET Core application without manipulating the token in any way -- like it is suggested in several articles on the web.

x