Use OAUTH and fetch access_token automatically

This commit is contained in:
Leon Haag-Fank 2023-11-10 16:16:39 +01:00
parent 711f1a1a08
commit af83043ef0
3 changed files with 66 additions and 11 deletions

View file

@ -3,7 +3,10 @@
return array(
'wallabag' => array(
'endpoint' => 'Wallabag Endpoint',
'token' => 'Wallabag API Token',
'client_id' => 'Wallabag Client ID',
'client_secret' => 'Wallabag Client Secret',
'username' => 'Wallabag Username',
'password' => 'Wallabag Password',
'feeds' => 'Feed IDs (comma seperated)',
'use_tags' => 'Use tags?',
'add_tags' => 'Additional tags (comma seperated)',