mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
jwt: add space in algorithm list in description (#5135)
This commit is contained in:
parent
713f8f498d
commit
c0ed70aa40
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# jwt
|
||||
|
||||
> A command line tool to work with JSON Web Tokens (JWTs).
|
||||
> Encryption algorithms available are HS256,HS384, HS512, RS256, RS384, RS512, ES256, ES384.
|
||||
> Encryption algorithms available are HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384.
|
||||
> More information: <https://github.com/mike-engel/jwt-cli>.
|
||||
|
||||
- Decode a JWT:
|
||||
|
|
Loading…
Add table
Reference in a new issue