Yesware / omniauth-google

MIT License
42 stars 24 forks source link

Instead of overriding initialize use the option macros, this allows you to use a lambda to override the defaults per request #2

Closed mrkcor closed 5 years ago

mrkcor commented 12 years ago

The gain of this change is that you can use a lambda on each requests as described on the OmniAuth wiki: https://github.com/intridea/omniauth/wiki/Dynamic-Providers

The one thing that gets lost in this change is the ability to set the scope without the Google contacts URL in it, is this acceptable?

Ivangrx commented 12 years ago

Yes, you are right. This should be on master. Currently the gem does not work with Dynamic-Providers. :|