Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maveonair/jwt-viewer
- Owner: maveonair
- Created: 2024-05-09T09:09:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:23:34.000Z (3 months ago)
- Last Synced: 2024-09-17T23:59:17.504Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!