Skip to content
Snippets Groups Projects
Commit 0df7b721 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

chore: merge branch 'fix-oauth-import' into 'main'

fix: import of resource protector in oauth

See merge request perun-proxy-aai/python/perun-proxygui!29
parents ab87fb8f d4b09157
No related branches found
No related tags found
1 merge request!29fix: import of resource protector in oauth
Pipeline #315009 passed with warnings
...@@ -2,7 +2,7 @@ from http import HTTPStatus ...@@ -2,7 +2,7 @@ from http import HTTPStatus
from typing import Dict, Optional from typing import Dict, Optional
import requests import requests
from authlib.oauth2 import ResourceProtector from authlib.integrations.flask_oauth2 import ResourceProtector
from authlib.oauth2.rfc6750 import InvalidTokenError, InsufficientScopeError from authlib.oauth2.rfc6750 import InvalidTokenError, InsufficientScopeError
from authlib.oauth2.rfc7662 import IntrospectTokenValidator from authlib.oauth2.rfc7662 import IntrospectTokenValidator
from perun.connector import Logger from perun.connector import Logger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment