fix redirect-uri in get_token

v0.1.5
Philipp Rothmann 2022-11-15 12:36:30 +01:00
parent 7032b49554
commit 489c91aee3
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class LITOauth:
try:
oauth = OAuth2Session(
client_id=HYDRA_CLIENT_ID,
redirect_uri=REDIRECT_URL,
state=state,
)
token = oauth.fetch_token(