root: update dependencies

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-12-07 15:54:44 +01:00
parent 0a7abcf2ad
commit 326b574d54
2 changed files with 203 additions and 238 deletions

View File

@ -97,7 +97,7 @@ class TokenParams:
)
# https://tools.ietf.org/html/rfc6749#section-6
# Fallback to original token's scopes when none are given
if self.scope == []:
if not self.scope:
self.scope = self.refresh_token.scope
except RefreshToken.DoesNotExist:
LOGGER.warning(