.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Bearer Token Authentication in ASP.NET Core

This is a guest post from Mike Rousos Introduction ASP.NET Core Identity automatically supports cookie authentication. It is also straightforward to support authentication by external providers using the Google, Facebook, or Twitter ASP.NET Core authentication packages. One authentication scenario that requires a little bit more work, though...