Implement JWT mapping tokens for shorter API tokens
- Add jwt_token column to user_api_tokens table - Modify create_user_api_token to generate short tokens with JWT backend - Update validate_user_api_token to lookup and validate JWTs - Maintain JWT security while providing short, usable tokens
Showing
Please
register
or
sign in
to comment