a11y.skipToMainContent
1

JWTデコーダ

JWT を貼り付け、ヘッダ、ペイロード、エクスパイリー、シグネチャパーツをデコードします。 お使いのブラウザですべて起こる.

tool.jwt-toolkit.headerLabel

tool.jwt-toolkit.payloadLabel

Was this tool helpful?
Send output to:
Advertisement

How to use JWT Decoder

  1. JWTトークンを貼り付けます.
  2. 解読されたヘッダーおよびペイロードを読んで下さい.
  3. Expiry ヒントを確認してください.

JWT デコーダーとは?

JWTs は 3 つの Base64URL によって符号化される部品です: header.payload.signature. このツールは、最初の2つをデコードし、第3を表示し、iat および exp のクレームから強制終了を表示します。 署名は検証されていません — 発行者の秘密または公開鍵が必要です。

Advertisement

FAQ

なぜシグネチャが検証されていないのですか?
検証には署名キーが必要です。 サーバの秘密やJWKSエンドポイントを使用して、信頼を検証します.
私のJWTはここに貼り付けるのに安全ですか?
トークンはアクセスを許可できます。 トークンをコピーするだけで、見ているトークンやテストトークンのみが使用できます。 ブラウザを離れることはなく、注意が必要です.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement