完善jwt

This commit is contained in:
chenchun
2022-04-07 17:57:08 +08:00
parent 21d0af557b
commit 4472e4aa6f
7 changed files with 155 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ namespace Yi.Framework.Common.IOCOptions
public string Audience { get; set; }
public string Issuer { get; set; }
public string SecurityKey { get; set; }
public string DefaultScheme { get; set; }