On 1/4/19 2:56 PM, Marcus Mann wrote: > Hey guys, > > I don't know if any of you have Google Sign-in integrated into your > site, but I do, and I believe it was using the Google+ signin. How have > you migrated your system? > > If you haven't migrated, how did you integrate the non Google+ google > sign-in in the first place?
I'm not sure which package you're asking for help with; I'm going to assume it's velruse, which is an oauth/openid client library primarily for Pyramid. It's not actually a Pylons Project subproject, but it's commonly used, I think (or at least used to be) and still works. You can use its "velruse.providers.google_oauth2" provider, which works today to do oauth2 requests to Google. It's independent of Google+. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/80982b41-e100-9294-c615-db62b80ebafe%40plope.com. For more options, visit https://groups.google.com/d/optout.
