feat: add jwt decoder

This commit is contained in:
rusconn
2022-04-01 15:47:57 +09:00
parent 2985e90859
commit a4267f4caf
11 changed files with 136 additions and 3 deletions

View File

@@ -82,8 +82,8 @@ const toolGroups = [
longTitle: "JWT Decoder",
description: "Decode a JWT header, payload and signature",
keywords: "jwt json web token decocder",
href: pagesPath.$url(),
disabled: true,
href: pagesPath.encoders_decoders.jwt.$url(),
disabled: false,
},
],
},