Plugin details
Plugin details
The JWT Token Generator plugin enables secure authentication by generating JSON Web Tokens (JWT) based on user-specific parameters. This plugin is designed for developers who need a simple yet effective way to create JWTs for authentication and API security.
With this plugin, you can generate JWTs using HS256 encryption, set custom expiration times, and include user-related payload data such as user_id and email.
Key Features:
✅ Secure JWT generation using HS256 encryption
✅ Customizable token expiration time
✅ Supports user_id and email payloads
✅ Ideal for authentication and API security
✅ Logs execution details for debugging