Vault SDK
Generate JWT tokens for Vault SDK integration.
The Vault SDK API provides an endpoint for generating short-lived JWT tokens that can be used to authenticate end users for secure token-based operations. These tokens are intended for use in secure environments where additional authentication layers are required.
The generated JWT tokens expire after a configured time period (default 6 minutes) and should be obtained from your backend server, not directly from client applications.