[OAuth2] Add scopes
This commit is contained in:
parent
7959ea497b
commit
08e3da092b
@ -11,3 +11,10 @@ trikoder_oauth2:
|
|||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
doctrine: null
|
doctrine: null
|
||||||
|
|
||||||
|
# Scopes that you wish to utilize in your application.
|
||||||
|
# This should be a simple array of strings.
|
||||||
|
scopes:
|
||||||
|
- read
|
||||||
|
- write
|
||||||
|
- follow
|
Loading…
Reference in New Issue
Block a user