Skip to content

This application allows users to view the content of JWT tokens. It provides an interface to decode and display the payload of JWT tokens, making it easier to understand the token's structure and content.

Notifications You must be signed in to change notification settings

codehass/jwt-token-viewer

Repository files navigation

JWT token viewer

Table of Contents

Project Description

This application allows users to view the content of JWT tokens. It provides an interface to decode and display the payload of JWT tokens, making it easier to understand the token's structure and content.

Screenshot of Frontend Screenshot of Frontend

Technologies Used

  • React
  • Vite
  • TypeScript

Setup

  1. Clone the repository:

    git https://github.com/codehass/jwt-token-viewer.git
    
    cd jwt-token-viewer
    
    git checkout dev
  2. Install dependencies:

    npm install

Running the Project Locally

  1. Start the development server:

    npm run dev
  2. Open your browser and navigate to http://localhost:5174 (or the port specified in the console).

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This application allows users to view the content of JWT tokens. It provides an interface to decode and display the payload of JWT tokens, making it easier to understand the token's structure and content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published