Philip Garnero

Results 21 comments of Philip Garnero

This work seems pretty good to me. What is missing for the merge ?

Not sure about the firewall issue but I also had a no audio issue on Mojave 10.14.4. I wasn't sure if the problem was coming from the cast or not...

The workflow you described is correct, yes. The steps one two and three depend on your client app. These steps are often particular to your client app or the third...

That would depend on github. If they're using a normal oauth2 flow, you should be able to specify your client type (public/confidential or server/app) and this would allow you to...

You should try to use [Google Oauth2](http://psa.matiasaguirre.net/docs/backends/google.html#google-oauth2) instead of openid. It is similar to the facebook example you can find on my readme. If you are stuck implementing google oauth2...

You don't need to worry about anything server side, it is handled on my side using python-social-auth. Simply follow the steps over [here](https://developers.google.com/identity/protocols/OAuth2UserAgent) and you'll get yourself an access token....

This package is directed to client side flows. If you wanted a server-side flow, you'd have to reimplement it yourself.

I am not getting what you guys are trying to do with the server-side flow. It is already handled by my library. If you want to do something purely server-side,...

Oh, now I get what you meant. I've looked into that and will do as soon as I get some time. Note for future self (or anyone willing to try)...