JWT symmetric keys

Updated config file to store neccessary information
This commit is contained in:
Kun Deng
2022-09-04 18:39:48 -04:00
parent 1bfd0a4931
commit 77c6ee00ea
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -16,6 +16,12 @@
"PrivateKeyPath": "", "PrivateKeyPath": "",
"PublicKeyPath": "" "PublicKeyPath": ""
}, },
"JWT": {
"Issuer": "",
"Audience": "",
"Secret": "",
"Subject": ""
},
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;" "DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
}, },
+6
View File
@@ -16,6 +16,12 @@
"PrivateKeyPath": "", "PrivateKeyPath": "",
"PublicKeyPath": "" "PublicKeyPath": ""
}, },
"JWT": {
"Issuer": "",
"Audience": "",
"Secret": "",
"Subject": ""
},
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;" "DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
}, },