Related resources for Bearer Authentication
  • ASP.NET Core 2.0 Bearer Authentication1/2/2018 7:08:47 PM. Bearer Tokens (or just Tokens) are commonly used to authenticate Web APIs because they are framework independent, unlike something like Cookie Authentication that is tightly coupled with ASP.NET Core