Instructions
1. Add the "Generate RS256 JWT" action in your workflows.
2. Provide the necessary inputs:
- Payload (JSON format): The data you want to encode.
- Private Key (PEM format): Your RSA private key for signing.
- Issuer (Optional): The identity issuing the token.
- Subject (Optional): The subject of the token.
- Expiration Time (Optional): Set how long the token remains valid in seconds (e.g., 3600 for 1 hour).
3. Run the workflow action, and the plugin will return a signed JWT token.
4. Use the generated JWT for authentication or API requests requiring RS256-signed tokens.