[OAuth2] Add scopes

This commit is contained in:
Diogo Peralta Cordeiro 2022-01-15 17:16:24 +00:00
parent 7959ea497b
commit 08e3da092b
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 7 additions and 0 deletions

View File

@ -11,3 +11,10 @@ trikoder_oauth2:
persistence:
doctrine: null
# Scopes that you wish to utilize in your application.
# This should be a simple array of strings.
scopes:
- read
- write
- follow