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 dab640a commit 9504174Copy full SHA for 9504174
crates/tasks/src/sessions.rs
@@ -90,6 +90,7 @@ impl RunnableJob for ExpireInactiveOAuthSessionsJob {
90
let filter = OAuth2SessionFilter::new()
91
.with_last_active_before(self.threshold())
92
.for_any_user()
93
+ .only_dynamic_clients()
94
.active_only();
95
96
let pagination = self.pagination(100);
0 commit comments