Josh Ellithorpe

Results 103 comments of Josh Ellithorpe

Gem still works fine, and this PR is no longer merge-able. Where did you see this deprecation warning?

Closing due to inactivity.

There is a JS example at: https://github.com/zquestz/omniauth-google-oauth2/blob/master/examples/config.ru I believe you will want to pass `access_token`.

Seems they don't like custom parameters in the url. Perhaps you can pass that data in the state param?

This is just the raw data coming back from Google. We don't filter it. Not sure what the cause is.

Adding a scope just makes sure your token can read the data, not that it will be included! You will need to make another call to access the group data.

Make sure to set the access_type to offline if you require a refresh token.

Does any version of rack v3 work? Might want to add this to the docs.

@Gasol did it work in prod for you?

@jaschaephraim thanks the tool was very useful. When are you planning on incorporating it directly into gvt?