Secure JSON web tokens, simplified.
The JWT Token Generator plugin simplifies the process of creating secure JSON Web Tokens (JWT) on the server-side. With this plugin, developers can easily generate and sign tokens using a secret key or private/public key pair, ensuring the integrity and confidentiality of sensitive data. The plugin supports custom payloads, algorithm selection, and token expiration settings, providing flexibility for various authentication and authorization scenarios. Ideal for applications that require secure communication between clients and servers, token-based authentication, or API protection, this plugin is a powerful tool to enhance your security infrastructure while maintaining ease of use.
[color=rgb(26, 26, 26)]1. Add the Generate JWT Token action to your workflow.[/color] [color=rgb(26, 26, 26)]2. Set secret key and/or a payload (both are strings).[/color] [color=rgb(26, 26, 26)]3. Use the result of the action to get our JWT Token![/color]
Documentation coming soon.