mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Handling IFTTT scope issues.
This commit is contained in:
parent
6cf3ba4668
commit
5b543377a8
1 changed files with 3 additions and 2 deletions
|
@ -124,8 +124,9 @@ CORS_ORIGIN_ALLOW_ALL = True
|
|||
|
||||
OAUTH2_PROVIDER = {
|
||||
'SCOPES': {
|
||||
'read': 'Read: saved stories, shared stories, tags, training, and feeds',
|
||||
'write': 'Write: saving stories, sharing stories, adding tags, adding training, feed management',
|
||||
'read': 'View new unread stories, saved stories, and shared stories.',
|
||||
'write': 'Create new saved stories, shared stories, and subscriptions.',
|
||||
'ifttt': 'Pair your NewsBlur account with other IFTTT channels.',
|
||||
},
|
||||
|
||||
'CLIENT_ID_GENERATOR_CLASS': 'oauth2_provider.generators.ClientIdGenerator',
|
||||
|
|
Loading…
Add table
Reference in a new issue