Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-27 | refactor(ui): removed all n-space | 1 | -12/+4 | ||
2023-04-20 | refactor(ui): replaced naive ui cards with custom ones | 1 | -2/+2 | ||
2023-01-13 | refactor(jwt-parser): simplified code | 1 | -28/+35 | ||
2022-12-27 | feat(new-tool): jwt parser (#262) | 1 | -0/+63 | ||
* npm install jwt-decode * added base tool structure * added function to decode JWT and display header and payload * use a table to display the data * show human readable values * added switch to toggle display of parsed values * lint * replaced basic package-lock.json with pnpm-lock.json * change the icon of the tool * simplify return * use camelCase * added description of the tool * always parse the values * use camelCase... |