mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-10 08:05:00 -04:00
parent
08d977b8cd
commit
c23a129941
17 changed files with 6871 additions and 8143 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue