Skip to content

Commit 4aa454c

Browse files
committed
docs: remove spaces at the end of lines
1 parent a3efa82 commit 4aa454c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/addons/jwt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ E.g.:
8282
authjwt.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
8989
with the following command:
9090

9191
```console

0 commit comments

Comments
 (0)