fetch auth session data from token
This commit is contained in:
@@ -144,4 +144,11 @@ impl AuthMetrics for MetricsDebugLogger {
|
||||
async fn record_auth_session_creation_failure(&self) {
|
||||
tracing::debug!("[Metrics] Auth session creation failed");
|
||||
}
|
||||
|
||||
async fn record_auth_session_fetch_success(&self) {
|
||||
tracing::debug!("[Metrics] Auth session fetch succeeded");
|
||||
}
|
||||
async fn record_auth_session_fetch_failure(&self) {
|
||||
tracing::debug!("[Metrics] Auth session fetch failed");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user