GithubHelp home page GithubHelp logo

Comments (3)

scrogson avatar scrogson commented on July 24, 2024 2

Hello @jtzero,

Please see #72 for an explanation of this issue.

The issue you are experiencing is not with this repo, but the implementation on the oauth2_example repo.

You will need to use put_param/3 to the Google module here.

 def get_token(client, params, headers) do
   client
+  |> put_param(:client_secrect, client.client_secret)
   |> put_header("accept", "application/json")
   |> AuthCode.get_token(params, headers)
 end

If you want to contribute a fix over there, feel free!

from oauth2.

jtzero avatar jtzero commented on July 24, 2024

@version "0.8.0"
oauth2 latest commit 4b4eb13, Fri Oct 21 08:02:59 2016 -0500

oauth2_example latest commit 230e8f2f5a33d70c02fc66e80c1e51eb20121edd, Tue Sep 13 19:14:58 2016 +0200

from oauth2.

jtzero avatar jtzero commented on July 24, 2024

awesome thanks for pointing me in the right direction!

from oauth2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.