Implement secure JWT handling:
Use case: ${{JWT_USE_CASE}}
Token requirements: ${{TOKEN_REQUIREMENTS}}
Framework: ${{FRAMEWORK}}
Secure implementation:
- Algorithm selection (RS256 vs HS256)
- Key management
- Token expiration strategy
- Refresh token handling
- Token revocation
- Claims validation
- Signature verification
- Storage best practicesOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{JWT_USE_CASE][{TOKEN_REQUIREMENTS][{FRAMEWORK]