JWT Configuration
Set header, payload, and secret
Generated Token
JWT token will appear here
Creates JWT tokens using HS256 algorithm. The token consists of three parts: header, payload, and signature. Use this for development and testing only. Never expose your secret keys in production.