We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60ac80 commit c1affa9Copy full SHA for c1affa9
src/tenant_tokens.rs
@@ -33,7 +33,7 @@ pub fn generate_tenant_token(
33
}
34
35
let claims = TenantTokenClaim {
36
- api_key_uid: api_key_uid.clone(),
+ api_key_uid,
37
exp: expires_at,
38
search_rules,
39
};
0 commit comments