aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/appinfo
diff options
context:
space:
mode:
authorJulien Veyssier <julien-nc@posteo.net>2023-08-29 11:57:00 +0200
committerJulien Veyssier <julien-nc@posteo.net>2023-10-05 14:24:02 +0200
commit7bba41099753ca3e28ae5ee22f2460e5cd989250 (patch)
tree2a386f494f0dc13ad4124eba39cbfc445013c037 /apps/oauth2/appinfo
parent2995b0948f23c75fc145ace6355907f8afcd5c8c (diff)
downloadnextcloud-server-7bba41099753ca3e28ae5ee22f2460e5cd989250.tar.gz
nextcloud-server-7bba41099753ca3e28ae5ee22f2460e5cd989250.zip
cleanup access tokens that are still in authorization state and that have expired
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'apps/oauth2/appinfo')
-rw-r--r--apps/oauth2/appinfo/info.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index bc31d12f161..fd17afbb11f 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>OAuth 2.0</name>
<summary>Allows OAuth2 compatible authentication from other web applications.</summary>
<description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
- <version>1.16.2</version>
+ <version>1.16.3</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>OAuth2</namespace>
@@ -19,6 +19,10 @@
<nextcloud min-version="28" max-version="28"/>
</dependencies>
+ <background-jobs>
+ <job>OCA\OAuth2\BackgroundJob\CleanupExpiredAuthorizationCode</job>
+ </background-jobs>
+
<repair-steps>
<post-migration>
<step>OCA\OAuth2\Migration\SetTokenExpiration</step>