Update get_token function
This commit is contained in:
parent
f0d83c6886
commit
816fb5ad2f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class HydraOauth:
|
|||
def get_token(state, code):
|
||||
try:
|
||||
hydra = OAuth2Session(
|
||||
HYDRA_CLIENT_ID,
|
||||
client_id=HYDRA_CLIENT_ID,
|
||||
state=state,
|
||||
token_endpoint_auth_method="client_secret_basic",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue