isaacsanders / omniauth-stripe-connect

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

Fetch stripe user info to conform to auth hash format #30

Closed hfwang closed 9 years ago

hfwang commented 9 years ago

See https://github.com/intridea/omniauth/wiki/Auth-Hash-Schema

This adds things like email and nickname fields to the info hash. This does require an additional HTTP call, but omniauth's base strategy has a skip_info option to skip this sort of fetch if the developer is trying to really optimize for that.

hfwang commented 9 years ago

@isaacsanders mind taking a look?

isaacsanders commented 9 years ago

Looks good. Thanks!

isaacsanders commented 9 years ago

Version 2.6.0 pushed to rubygems.org