kmrshntr / omniauth-slack

omniauth-slack
MIT License
95 stars 156 forks source link

Implement OmniAuth skip_info option #20

Closed mkdynamic closed 8 years ago

mkdynamic commented 9 years ago

There's a standard skip_info option in OmniAuth that is designed to avoid making any extra API requests when only the essential info is needed: https://github.com/intridea/omniauth/blob/c3e3aa5bbfb589db1ebed40324c7eea2e3153f8c/spec/omniauth/strategy_spec.rb#L66

kmrshntr commented 8 years ago

@mkdynamic Now I released as v2.3.0. Thank you :smile:

mkdynamic commented 8 years ago

:thumbsup: