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

Update get_token function

parent 816fb5ad
No related branches found
No related tags found
1 merge request!55Resolve "Merge dashboard and dashboard-backend repos"
......@@ -29,7 +29,6 @@ class HydraOauth:
hydra = OAuth2Session(
client_id=HYDRA_CLIENT_ID,
state=state,
token_endpoint_auth_method="client_secret_basic",
)
token = hydra.fetch_token(
TOKEN_URL, code=code, state=state, client_secret=HYDRA_CLIENT_SECRET
......
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