[OAuth2] Add scopes

This commit is contained in:
Diogo Peralta Cordeiro 2022-01-15 17:16:24 +00:00
parent 7959ea497b
commit 08e3da092b
No known key found for this signature in database
GPG Key ID: 18D2D35001FBFAB0

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