grainier commented on code in PR #2931:
URL: https://github.com/apache/iggy/pull/2931#discussion_r2938111588
##########
core/common/src/types/user/user_identity_info.rs:
##########
@@ -35,10 +36,19 @@ pub struct IdentityInfo {
/// It consists of the following fields:
/// - `token`: the value of token.
/// - `expiry`: the expiry of token.
-#[derive(Debug, Serialize, Deserialize)]
+#[derive(Serialize, Deserialize)]
pub struct TokenInfo {
/// The value of token.
pub token: String,
Review Comment:
Originally kept as String (and overridden debug) to avoid breaking the
public API. Converted both to SecretString with `serialize_with`. Fixed in
cb7616f
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]