Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

Allow the use of a token to authenticate with Google #248

Closed aidangoettsch closed 5 years ago

aidangoettsch commented 7 years ago

Currently, the API only allows direct entry of Google credentials to the API. It would be nice to be able to input only a token to allow apps to appear less sketchy.

aidangoettsch commented 7 years ago

Seems like this is implemented in #230. Don't see any other issues on this so I'm going to leave this open.

LASkuma commented 7 years ago

Sadly, I don't think this repo is under proper maintenance anymore...

foxinstinct commented 7 years ago

@LASkuma can we contact the author of this repo and ask if he could just transfer it to someone who wants to maintain it?

foxinstinct commented 7 years ago

@LASkuma I cloned your forked version of this repo, I got it set up correctly and I was sending the JWT Token from firebase auth login with google. But I was getting a Error: invalid_grant error. Any Idea?

LASkuma commented 7 years ago

Would you please tell me how to reproduce the error? My online example works pretty fine ATM. http://7few.com

Sent from my iPhone

On Sep 10, 2016, at 06:09, foxinstinct notifications@github.com wrote:

@LASkuma I cloned your forked version of this repo, I got it set up correctly and I was sending the JWT Token from firebase auth login with google. But I was getting a Error: invalid_grant error. Any Idea?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.