CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.16k stars 2.8k forks source link

JWT Generator #1309

Open mansoor opened 2 months ago

mansoor commented 2 months ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

A new tool to generate JWT token. This will be helpful in generating client assertions for authentication for Azure and other platforms

Is their example of this tool in the wild?

https://jwt.io

Additional context

As a quick handy tool, we usually go to jwt.io to generate token however that requires us to put our personal information on a public website. This feature being part of it-tools.tech will provide security and piece of mind that our data is not traveling outside of the organization.

Validations