💾 Archived View for freeshell.de › tldr › jwt.gmi captured on 2024-05-26 at 15:35:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

jwt

A command-line tool to work with JSON Web Tokens (JWTs).
Encryption algorithms available are HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384.

More information.

jwt decode {jwt_string}
jwt decode -j {jwt_string}
jwt encode --alg {HS256} --secret {1234567890} '{json_string}'
jwt encode --alg {HS256} --secret {1234567890} -P key=value
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY