Skip to content

asp.net core api json web token授权案例,集成Swagger api文档

Notifications You must be signed in to change notification settings

246850/AspNetCoreJwt

Repository files navigation

AspNetCoreJwt

asp.net core api 3.1 json web token授权案例,集成Swagger

配置文件

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "Issuer": "AspNetCoreJwt",
    "Audience": "AspNetCoreJwt",
    "SecurityKey": "this is a test jwt demo"
  }
}

演示站点

http://101.132.140.8:3612/swagger/index.html

About

asp.net core api json web token授权案例,集成Swagger api文档

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages