feat: harden SaaS authentication and authorization
This commit is contained in:
@@ -24,9 +24,14 @@
|
||||
"WindowSeconds": 60,
|
||||
"QueueLimit": 0
|
||||
},
|
||||
"Authentication": {
|
||||
"Sms": {
|
||||
"CodePepper": "development-only-sms-code-pepper-change-before-production"
|
||||
}
|
||||
},
|
||||
"Security": {
|
||||
"Jwt": {
|
||||
"SigningKey": "development-only-tiku-signing-key-change-before-production"
|
||||
"KeyId": "development-ephemeral"
|
||||
},
|
||||
"TenantSecrets": {
|
||||
"KeyId": "development-v1",
|
||||
|
||||
Reference in New Issue
Block a user