Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 931 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 931 Bytes

Unreleased

Bug fix

0.2.1 (September 22, 2015)

enhancements

  • Throw omniauth exception when user is not registered on StackExchange so you can rescue it in your app (by @yimajo)

0.2.0 (July 16, 2012)

enhancements

  • You can pass the site api key as the value for a GET parameter named sites (e.g. /auth/stackexchange?site=superuser) (by @ginnyd)

0.1.0 (July 11, 2012)

enhancements

  • Add ability to specify site option to uniquely identify the StackExchange site (by @ginnyd)

      provider :stackexchange, "client_id", "client_secret", public_key: "key", site: 'stackoverflow'