Skip to content
Snippets Groups Projects
Verified Commit 6f967720 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: OAuth authn

parent 96577e59
No related branches found
No related tags found
No related merge requests found
Pipeline #48687 passed
......@@ -19,7 +19,7 @@ async function refreshAccessToken (token: any) {
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
},
method: 'POST'
method: 'POST',
body: params
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment