fn validate_upload_claim_with_legacy_fallback(
token: &str,
key: &JwtKey,
) -> Result<UploadClaim, Error>Expand description
Validates upload claim using modern JWT fields, with temporary fallback to legacy claims.
fn validate_upload_claim_with_legacy_fallback(
token: &str,
key: &JwtKey,
) -> Result<UploadClaim, Error>Validates upload claim using modern JWT fields, with temporary fallback to legacy claims.