jwt: escape placeholder (#11937)

This commit is contained in:
Sebastiaan Speck
2023-12-30 08:13:40 +01:00
committed by GitHub
parent bb1bd2a152
commit cdc6630810
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@
- Encode key pair payload to JWT:
`jwt encode --alg {{HS256}} --secret {{1234567890}} -P key=value`
`jwt encode --alg {{HS256}} --secret {{1234567890}} -P {{key=value}}`