Skip to content

Add Acento JWT Decoder under Programming Tools#432

Open
carlossuarezquintero wants to merge 1 commit into
aviaryan:masterfrom
carlossuarezquintero:add-acento-jwt-decoder
Open

Add Acento JWT Decoder under Programming Tools#432
carlossuarezquintero wants to merge 1 commit into
aviaryan:masterfrom
carlossuarezquintero:add-acento-jwt-decoder

Conversation

@carlossuarezquintero
Copy link
Copy Markdown

Adds Acento JWT Decoder — decodes and inspects JWT tokens (header,
payload, signature) entirely in the browser. Tokens are never sent
to a server.

Differentiator: many online JWT decoders POST the token to a backend;
this one keeps the entire decoding flow client-side, which matters
when tokens contain sensitive claims.

  • New entry placed at the bottom of "Programming Tools" per CONTRIBUTING.md
  • Description ends with a full-stop
  • No similar JWT entry currently in the list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant