Refactor token handling and introduce token revocation logic
Updated `decode_token` for stricter validation of token claims and explicit error handling. Added utilities for token revocation and verification, improving
This commit is contained in:
Updated `decode_token` for stricter validation of token claims and explicit error handling. Added utilities for token revocation and verification, improving