funquail/api/funkwhale_api/users/oauth/tasks.py

8 lines
210 B
Python
Raw Permalink Normal View History

from oauth2_provider import models as oauth2_models
from funkwhale_api.taskapp import celery
@celery.app.task(name="oauth.clear_expired_tokens")
def clear_expired_tokens():
oauth2_models.clear_expired()