An open API service indexing awesome lists of open source software.

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.

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.

![Screenshot of Frontend](/src/imgs/login.png)
![Screenshot of Frontend](/src/imgs/results.png)

## 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.