truqu / elm-oauth2

OAuth 2.0 client-side utils in Elm
MIT License
81 stars 29 forks source link

Credentials secret dont make it to the token request body #32

Open srogerk opened 1 year ago

srogerk commented 1 year ago

In makeTokenRequsetWith credentials.secret is never copied to the body, which I assume should happend.

I get the oauth failure using elm-oauth2 authorizationCode example on strava.com oauth flow. Debugging using browser development tools shows client_secret is missing, despite specified in Elm code.