Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-21 | chore(deps): removed ts-pattern (#565) | 1 | -5/+9 | ||
* fix(deps): update dependency ts-pattern to v5 * chore(deps): removed ts-pattern --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> | |||||
2023-05-28 | chore(lint): switched to a better lint config | 1 | -3/+5 | ||
2023-02-21 | fix(jwt-parser): prevent [object Object] value | 1 | -1/+1 | ||
2023-01-13 | refactor(jwt-parser): simplified code | 1 | -420/+37 | ||
2022-12-27 | feat(new-tool): jwt parser (#262) | 1 | -0/+429 | ||
* 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... |