fix superfluous word 'token' when writing JWT (#7426)
parent
9b952b9afe
commit
2571a7c52e
11 changed files with 17 additions and 17 deletions
@ -1,5 +1,5 @@ |
|||||||
# JWT Payload Size |
# JWT Payload Size |
||||||
|
|
||||||
> Avoid storing large payloads in JWT tokens |
> Avoid storing large payloads in JWTs |
||||||
|
|
||||||
A smaller payload can reduce network overhead, improve processing speed, and decrease the risk of attacks aimed at overloading the system. |
A smaller payload can reduce network overhead, improve processing speed, and decrease the risk of attacks aimed at overloading the system. |
||||||
|
Loading…
Reference in new issue