JWT symmetric keys
Updated config file to store neccessary information
This commit is contained in:
@@ -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=;"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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=;"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user