isaacsanders / omniauth-stripe-connect

Stripe Connect OAuth2 Strategy for OmniAuth 1.0
MIT License
130 stars 75 forks source link

enable passing of scope parameter to authorization url #5

Closed guncha closed 11 years ago

guncha commented 11 years ago

configuration like the folowing now works:

Rails.application.config.middleware.use OmniAuth::Builder do provider :stripe_connect, STRIPE_CLIENT_ID, STRIPE_PRIVATE_KEY, :scope => "read_write" end

isaacsanders commented 11 years ago

Thanks!