Skip to content

alexbaumhoer/svelte-jwt-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svelte-jwt-decoder

A simple svelte app for decoding JSON web tokens.

Prerequsites

  • Node 14

Setup

Simply run:

npm ci

Running the app locally

Simply run:

npm run dev