DevToolBox無料
ブログ

JWT パーサー

JWTトークンを解析し、人間が読めるラベル付きですべてのクレームを抽出します。タイムスタンプを自動変換します。

JWTクレームリファレンス

登録済みクレーム (RFC 7519)

ClaimNameTypeDescription
issIssuerStringEntity that issued the JWT
subSubjectStringSubject of the JWT (usually user ID)
audAudienceString/ArrayIntended recipient(s) of the JWT
expExpirationNumberUnix timestamp when token expires
nbfNot BeforeNumberUnix timestamp before which token is invalid
iatIssued AtNumberUnix timestamp when token was created
jtiJWT IDStringUnique identifier for the token

公開クレーム (OpenID Connect)

ClaimNameStandard
nameFull NameOpenID Connect Core
emailEmailOpenID Connect Core
email_verifiedEmail VerifiedOpenID Connect Core
azpAuthorized PartyOpenID Connect Core
nonceNonceOpenID Connect Core
at_hashAccess Token HashOpenID Connect Core
auth_timeAuth TimeOpenID Connect Core
acrAuthentication ContextOpenID Connect Core
amrAuthentication MethodsOpenID Connect Core

プライベートクレーム

アプリケーションが定義するカスタムクレーム。例: role, permissions, tenant_id など。

よくある質問

JWTクレームとは何ですか?
JWTクレームは、JWTペイロード内のキーと値のペアです。登録済み、公開、プライベートがあります。
登録済みクレームとカスタムクレームの違いは?
登録済みクレームはJWT仕様(RFC 7519)で事前定義されています。カスタムクレームはアプリケーション固有です。
JWTの有効期限はどのように読みますか?
expクレームにはUnixタイムスタンプが含まれています。このパーサーはexpを自動的に読みやすい日付に変換します。

関連JWTツール

𝕏 Twitterin LinkedIn

このツールを評価

4.0 / 5 · 214 件の評価

最新情報を受け取る

毎週の開発ヒントと新ツール情報。

スパムなし。いつでも解除可能。

Enjoy these free tools?

Buy Me a Coffee