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.
- React
- Vite
- TypeScript
-
Clone the repository:
git https://github.com/codehass/jwt-token-viewer.git cd jwt-token-viewer git checkout dev -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5174(or the port specified in the console).
This project is licensed under the MIT License - see the LICENSE file for details.

