Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3708748
D11830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
551 B
Referenced Files
None
Subscribers
None
D11830.diff
View Options
diff --git a/services/identity/src/database/token.rs b/services/identity/src/database/token.rs
--- a/services/identity/src/database/token.rs
+++ b/services/identity/src/database/token.rs
@@ -22,6 +22,7 @@
use super::{create_composite_primary_key, DatabaseClient};
impl DatabaseClient {
+ #[tracing::instrument(skip_all)]
pub async fn get_access_token_data(
&self,
user_id: String,
@@ -164,6 +165,7 @@
Ok(())
}
+ #[tracing::instrument(skip_all)]
pub async fn delete_all_tokens_for_user(
&self,
user_id: &str,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 3:20 AM (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2826515
Default Alt Text
D11830.diff (551 B)
Attached To
Mode
D11830: [identity] add span tracing to token.rs
Attached
Detach File
Event Timeline
Log In to Comment