JWT Decoder — Inspect Claims, Expiry & Algorithm
JWT 토큰을 해석하고 클레임, 만료 시간 및 알고리즘 정보를 추출하는 API입니다.
01
무엇을 할 수 있는가
인증 프로세스 디버깅 또는 토큰 구조 검사에 사용할 수 있습니다.
02
연결 방법
- npx -y @smithery/cli install axel-belfort/jwt-decoder --client claude 명령어를 실행하여 설치합니다.
- https://jwt-decoder--axel-belfort.run.tools 접속하여 토큰을 입력하고 해석 결과를 확인합니다.
03
설치 / 접속
npx -y @smithery/cli install axel-belfort/jwt-decoder --client claude