Skip to content
Snippets Groups Projects
Commit 816fb5ad authored by Luka's avatar Luka
Browse files

Update get_token function

parent f0d83c68
No related branches found
No related tags found
1 merge request!55Resolve "Merge dashboard and dashboard-backend repos"
......@@ -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",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment