aboutsummaryrefslogtreecommitdiff
path: root/src/tools/jwt-parser (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-21chore(deps): removed ts-pattern (#565)Gravatar renovate[bot] 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-06-25refactor(ui): remove n-text (#506)Gravatar Corentin THOMASSET 1-7/+7
2023-06-25refactor(ui): replaced some n-input to c-input (#505)Gravatar Corentin THOMASSET 1-3/+1
2023-06-10refactor(imports): removed unnecessary imports to vueGravatar Corentin Thomasset 1-1/+0
2023-05-28chore(lint): switched to a better lint configGravatar Corentin Thomasset 2-32/+42
2023-05-27refactor(ui): removed all n-spaceGravatar Corentin Thomasset 1-12/+4
2023-04-20refactor(ui): replaced naive ui cards with custom onesGravatar Corentin Thomasset 1-2/+2
2023-02-21fix(jwt-parser): prevent [object Object] valueGravatar Corentin Thomasset 1-1/+1
2023-01-13refactor(jwt-parser): simplified codeGravatar Corentin Thomasset 6-503/+182
2022-12-27feat(new-tool): jwt parser (#262)Gravatar bastantoine 5-0/+556
* 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...