Glot — Free Online JSON Editor & i18n Translation Tool

JWT 디코더

JSON Web Token을 즉시 디코딩 — 헤더, 페이로드, 클레임 확인.

JWT Token

JWT 디코더 사용법

  1. 1

    JWT 토큰 붙여넣기

    입력 필드에 JSON Web Token을 붙여넣거나 '샘플 불러오기'를 클릭하여 예제 토큰을 사용해 보세요. 세 부분(헤더, 페이로드, 서명)이 자동으로 색상 구분됩니다.

  2. 2

    디코딩된 내용 확인

    헤더에는 알고리즘과 토큰 유형이 표시됩니다. 페이로드에는 사용자 ID, 역할, 발급자 및 토큰에 포함된 모든 커스텀 데이터가 표시됩니다.

  3. 3

    토큰 유효성 확인

    클레임 요약에 만료 시간(exp), 발급 시간(iat), 토큰의 현재 유효 여부가 표시됩니다. 모든 디코딩은 브라우저에서 수행되며, 토큰이 서버로 전송되는 일은 없습니다.

What is a JWT Decoder?

A JWT (JSON Web Token) decoder inspects the three parts of a token: the header (algorithm and token type), the payload (claims like user ID, roles, expiry), and the signature. Use this free tool to debug JWTs, inspect exp/iat timestamps, verify the algorithm, and check if a token has expired — all in your browser with no server-side processing.