[tasks] Add oauth flow for Todoist

This commit is contained in:
2024-10-14 20:07:53 -04:00
parent 7604327ca9
commit 7954765b73
14 changed files with 777 additions and 37 deletions

View File

@ -12,4 +12,6 @@ class UserProfileAdmin(admin.ModelAdmin):
"twitch_client_secret",
"lastfm_password",
"archivebox_password",
"todoist_auth_key",
"todoist_state",
)