Add StandardScopeClaims import.
This commit is contained in:
parent
6488386692
commit
3da1ff4c85
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ from django.views.decorators.http import require_http_methods
|
|||
from django.views.generic import View
|
||||
from jwkest import long_to_base64
|
||||
|
||||
from oidc_provider.lib.claims import StandardScopeClaims
|
||||
from oidc_provider.lib.endpoints.authorize import *
|
||||
from oidc_provider.lib.endpoints.token import *
|
||||
from oidc_provider.lib.errors import *
|
||||
|
|
Loading…
Reference in a new issue