Permissions support fully OAuth2 scopes

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-06-15 15:50:36 +02:00
parent ea092803d7
commit 8be16e7b58
No known key found for this signature in database
GPG key ID: 3A75C55819C8CF85
5 changed files with 56 additions and 24 deletions

View file

@ -16,6 +16,9 @@ EXCLUDED = [
'contenttypes.contenttype',
'logs.changelog',
'migrations.migration',
'oauth2_provider.accesstoken',
'oauth2_provider.grant',
'oauth2_provider.refreshtoken',
'sessions.session',
]