File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ E.g.:
8282authjwt.keys.default.0.secret = 8XBFsF6HThIa7OV/bSynahEch+WbKrGcuiJVYPiwqPE=
8383```
8484
85- It needs at least 256 bits random string. The length of the secret depends on the
86- algorithm we use. The default one is ` HS256 ` , so to ensure that the hash value is
87- secure and not easily guessable, the secret key should be at least as long as the
88- hash function's output - 256 bits (32 bytes). You can get a secure random string
85+ It needs at least 256 bits random string. The length of the secret depends on the
86+ algorithm we use. The default one is ` HS256 ` , so to ensure that the hash value is
87+ secure and not easily guessable, the secret key should be at least as long as the
88+ hash function's output - 256 bits (32 bytes). You can get a secure random string
8989with the following command:
9090
9191``` console
You can’t perform that action at this time.
0 commit comments