[PR #28] [MERGED] Plugin: add tool jwt for encoding and decoding JWT (JSON Web Tokens) #542

Closed
opened 2026-02-22 17:32:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/28
Author: @bowenliang123
Created: 1/21/2025
Status: Merged
Merged: 3/10/2025
Merged by: @LogicOber

Base: mainHead: jwt


📝 Commits (1)

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

bowenliang123/jwt/jwt.difypkg (+0 -0)

📄 Description

  • JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.

  • add tool to encode and decode JWT based on pyjwt, with various supported algorithms:

    • HS256
    • RS256 (RSA)
    • PS256 (RSA)
    • EdDSA (Ed25519)
    • ES256 (ECDSA)
  • tool: JWT encoder
    image

  • tool: JWT decoder
    image

  • conversation:

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/28 **Author:** [@bowenliang123](https://github.com/bowenliang123) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `jwt` --- ### 📝 Commits (1) - [`4e0717d`](https://github.com/langgenius/dify-plugins/commit/4e0717d3e6a3fae491e4567102b8f6cdb116dd41) update ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `bowenliang123/jwt/jwt.difypkg` (+0 -0) </details> ### 📄 Description - JSON Web Tokens are an open, industry standard [RFC 7519](https://tools.ietf.org/html/rfc7519) method for representing claims securely between two parties. - add tool to encode and decode JWT based on `pyjwt`, with various supported algorithms: - HS256 - RS256 (RSA) - PS256 (RSA) - EdDSA (Ed25519) - ES256 (ECDSA) - tool: JWT encoder <img width="438" alt="image" src="https://github.com/user-attachments/assets/2ee57d1f-93b2-446f-bd1e-b442e4c7dbf5" /> - tool: JWT decoder <img width="428" alt="image" src="https://github.com/user-attachments/assets/b0d6c608-01d5-428f-9d85-2381c2621feb" /> - conversation: <img width="430" alt="image" src="https://github.com/user-attachments/assets/db23ede8-e273-4afc-875f-dd2080b41964" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:32:12 -05:00
yindo closed this issue 2026-02-22 17:32:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#542