1
0
Fork 0
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:
bl-ue 2021-01-11 11:14:01 -05:00 committed by GitHub
parent 713f8f498d
commit c0ed70aa40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: