Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT Generator #1309

Open
3 tasks done
mansoor opened this issue Sep 24, 2024 · 1 comment · May be fixed by #1453
Open
3 tasks done

JWT Generator #1309

mansoor opened this issue Sep 24, 2024 · 1 comment · May be fixed by #1453
Labels
enhancement New feature or request triage

Comments

@mansoor
Copy link

mansoor commented Sep 24, 2024

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

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@mansoor mansoor added enhancement New feature or request triage labels Sep 24, 2024
sharevb added a commit to sharevb/it-tools that referenced this issue Jan 12, 2025
sharevb added a commit to sharevb/it-tools that referenced this issue Jan 26, 2025
sharevb added a commit to sharevb/it-tools that referenced this issue Jan 26, 2025
@sharevb
Copy link
Contributor

sharevb commented Jan 26, 2025

Hi @mansoor , implemented in #1453
and https://sharevb-it-tools.vercel.app/jwt-generator
and if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants