feat(new tool): JWT Generator

Fix #1309
This commit is contained in:
sharevb 2025-01-12 22:28:49 +01:00 committed by ShareVB
parent 08d977b8cd
commit c23a129941
17 changed files with 6871 additions and 8143 deletions

View file

@ -1,11 +1,10 @@
import { Key } from '@vicons/tabler';
import { defineTool } from '../tool';
import { translate } from '@/plugins/i18n.plugin';
export const tool = defineTool({
name: translate('tools.jwt-parser.title'),
name: 'JWT parser',
path: '/jwt-parser',
description: translate('tools.jwt-parser.description'),
description: 'Parse and decode your JSON Web Token (jwt) and display its content.',
keywords: [
'jwt',
'parser',