关于[Setup JWT as OAuth Bearer Token in a ASP.NET Core Application]的摘要:
We are going to set up OAuth security, by creating a JSON Web Token as a Bearer token in an ASP.NET Core application. In part 1, we had a look at how we can add Basic Authentication to an ASP.NET Core application. We are going to use Basic authentication when generating a Bearer token. This is so we can offer some additional protection when generating a token. In addition, we are going to decrypt the Bearer token to see what information is included. As well, we are going to set up Bearer authentication and test it to check that it's working.
原文地址: https://www.roundthecode.com/dotnet/setup-jwt-as-oauth-bearer-token-in-asp-net-core-application