JWT symmetric keys #77

Merged
kdeng00 merged 6 commits from jwt_symmetric_keys into v0.1.20 2022-09-04 20:58:13 -04:00
Showing only changes of commit 664b0d520b - Show all commits
+1 -1
View File
@@ -52,7 +52,7 @@ Configure JWT information. Notably the Secret
"JWT": {
"Issuer": "IcarusAPI",
"Audience": "IcarusAPIClient",
"Secret": "X1I9TbwaBG3RiwLiCJ69lHGxLFoNODDE",
"Secret": "Manaiswhatyouthinkitis",
"Subject": "Authorization"
},
```