mehdibo / paseto-debugger

A tool to debug Paseto tokens online
https://paseto-debugger.herokuapp.com/
MIT License
1 stars 1 forks source link

Paseto Debugger Heroku status

This is a simple tool to debug and decode your Paseto tokens online It is made using Next.js

It is deployed on Heroku and you can use it online here

If you don't feel comfortable pasting your secret on the deployed one.

Follow the steps below to use it locally.

Use it locally

Install the dependencies:

npm install

Build the app

npm run build

Start the server:

PORT=3000 npm run start

Open http://localhost:3000 with your browser to see the result.