mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #28] [MERGED] Plugin: add tool jwt for encoding and decoding JWT (JSON Web Tokens)
#542
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:jwt📝 Commits (1)
4e0717dupdate📊 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:tool: JWT encoder

tool: JWT decoder

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