-
Notifications
You must be signed in to change notification settings - Fork 111
Google sing in session token not found in responses #83
Comments
Hi, I prepare also an update of this library to make it compatible with the new API gapi.auth2 (#40) and the new signup btn :) |
Hello maxime! I just want to know how much progress have you made on the gapi.auth2 functionality because @fernando-lopez and I have recently started to work on this too and maybe we are doing the same job :) Best regards, Ruben. |
I just start :) |
Something to be aware of: The new |
@maximepvrt Have you started to modify the fork? |
I work about that Yesterday. I would like to finish this week :) |
@maximepvrt Do you have news about this update? We have been working in the code to add a signout button and we have discovered the pull request we have sent to you was wrong. Javascript auth2 library wasn't properly loaded. In the code we send you we were loading oauth2 library instead auth2 (the name is pretty similar but it's not the right one.) We are currently working with a newer version with the right library and I don't know what is the best option, A) We share with you the code with the library auth2 even if it's not finished yet. (I would say it's 50% percent done) B) We wait for you version which will be more professional than us :) |
Hi, It's longer than expected Example : |
Hello Maxime, We have been also working in your library. We have a new version working fine without the GData and using Auth 2.0 Library. Do you want do a pull request? |
ohh yess ! |
Puffff I have been having a look to your new code and it's already rather differnt than the version we have created, it's difficult to merge :( I do the pull request and you evalute what is the best way. Let me know if I can help. |
I'm trying to use a google Api to log in my app but I want to do a double check in the BE. Googles documentation said that I'm able to do that if I send the encryted token id to the BE and stored it.
https://developers.google.com/identity/sign-in/web/sign-in
The main issue is that the response I get from this plugin doesn't have that token, Do you have any solution to that?
Thanks
The text was updated successfully, but these errors were encountered: