https://github.com/codehass/jwt-token-viewer
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.
https://github.com/codehass/jwt-token-viewer
css3 javascript reactjs typescript vite
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/codehass/jwt-token-viewer
- Owner: codehass
- Created: 2024-07-10T22:03:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T01:41:06.000Z (over 1 year ago)
- Last Synced: 2025-01-18T23:54:47.286Z (11 months ago)
- Topics: css3, javascript, reactjs, typescript, vite
- Language: TypeScript
- Homepage: https://main.d50jjx2me0kry.amplifyapp.com/login/
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWT token viewer
## Table of Contents
- [Project Description](#project-description)
- [Technologies Used](#technologies-used)
- [Setup](#setup)
- [Running the Project Locally](#running-the-project-locally)
- [License](#license)
## 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.


## Technologies Used
- React
- Vite
- TypeScript
## Setup
1. Clone the repository:
```bash
git https://github.com/codehass/jwt-token-viewer.git
cd jwt-token-viewer
git checkout dev
```
2. Install dependencies:
```bash
npm install
```
## Running the Project Locally
1. Start the development server:
```bash
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](LICENSE) file for details.