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 @@
- Codifica dados (payload) de um par de chaves (key pair) em um JWT:
`jwt encode --alg {{HS256}} --secret {{1234567890}} -P chave=valor`
`jwt encode --alg {{HS256}} --secret {{1234567890}} -P {{chave=valor}}`