Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maveonair/jwt-viewer

A simple JWT viewer that allows you to paste a JWT token and view the decoded payload.
https://github.com/maveonair/jwt-viewer

Last synced: 27 days ago
JSON representation

A simple JWT viewer that allows you to paste a JWT token and view the decoded payload.

Awesome Lists containing this project

README

        

# jwt-viewer

A simple JWT viewer that allows you to paste a JWT token and view the decoded payload.

## Running the app

```bash
docker run -p 4000:4000 maveonair/jwt-viewer
```

## Available Scripts

In the project directory, you can run:

### `npm run dev`

Runs the app in the development mode.\
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.

### `npm run build`

Builds the app for production to the `dist` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!