bkper / bkper-issues

Feature requests and enhancements to existing bkper modules can also be filed here.
https://bkper.com/
2 stars 0 forks source link

Separate bkper from GooglePlus... #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Before filing a feature request, please search through existing issues
first to ensure that the request has not already been made. Also verify
that the functionality you are requesting is not already present.

Request Summary:

I would love to not have to have a Google Plus account to use bkper… I 
don’t feel it necessary.

Notes:
Provide any additional information which might be useful here.

Original issue reported on code.google.com by zedden...@gmail.com on 25 Mar 2015 at 9:05

GoogleCodeExporter commented 8 years ago
We just rolled out this fix moments ago. It supposed not to require Google Plus 
anymore. 

Original comment by m...@nimbustecnologia.com.br on 25 Mar 2015 at 9:09

zoqui commented 8 years ago

I´m still seeing pop-up "Welcome back to Google Plus" message whenever I refresh the bkper.com dashboard. Is looks it is calling gapi.auth.signIn instead of gapi.auth.authorize.

maelcaldas commented 8 years ago

Despite of not requiring the Plus profile scope, we are still using the old Google plus SignIn API.

By coincidence, we are working on migrate from Google+ signIn to new Google SignIn https://developers.google.com/identity/sign-in/web/quick-migration-guide for websites right now! ;-)

As soon as we have it deployed, we get in touch.


Mael Caldas CEO at bkper Inc. http://about.bkper.com

+55 31 99681 8639 Skype: mael.caldas

2016-01-25 15:40 GMT-02:00 zoqui notifications@github.com:

I´m still seeing pop-up "Welcome back to Google Plus" message whenever I refresh the bkper.com dashboard. Is looks it is calling gapi.auth.signIn instead of gapi.auth.authorize.

— Reply to this email directly or view it on GitHub https://github.com/bkper/bkper-issues/issues/25#issuecomment-174598224.

maelcaldas commented 8 years ago

Hi Zoqui, it seems you have some knowledge on Google js API's... I've got stuck on this problem:

http://stackoverflow.com/questions/35023983/incremental-combined-authorisation-with-google-signin-for-server-side-apps

Do you have some idea how to make incremental combined authorization with the new Google Signin?

Cheers