Increase length of token signing secret (min. 256 bits)
This commit is contained in:
parent
bec8cbc322
commit
b84bcdff93
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"Identity": {
|
||||
"Tokens": {
|
||||
"SigningKey": "secret-signing-key",
|
||||
"SigningKey": "sufficiently-large-secret-signing-key",
|
||||
"AccessTokenLifetime": "1:00:00:00",
|
||||
"RefreshTokenLifetime": "7:00:00:00"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue