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

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: