Skip to content

Releases: omniauth/omniauth-github

Require OmniAuth 2.0.0

Choose a tag to compare

@BobbyMcWho BobbyMcWho released this 12 Jan 16:14
1f77226

As of v2.0.0 of this gem, it will require OmniAuth 2.0.0. This is due to changes that came with OmniAuth that required a breaking change in this gem. Because we changed the strategy's code, you should not need to change any omniauth-github specific code.

You should refer to OmniAuth's v2.0.0 release and/or the v2.0 upgrade guide when upgrading OmniAuth to v2.0.

v1.4.0

Choose a tag to compare

@BobbyMcWho BobbyMcWho released this 11 Feb 04:18
c1a5f28

Includes changes in #84, #85, #79, #86

v1.3.0

Choose a tag to compare

@tmilewski tmilewski released this 23 May 15:59

Updates

  • Do not include query params in callback URLs (PR #73)

In order to be compatible with GitHub Integration's Oauth flow the callback URL must match the same one provided in the integration's settings page. This includes query parameters.

Confirmation from Github's team: https://platform.hub.lumenfield.workmunity/t/oauth-flow-with-integration-406-not-acceptable/1775/8

Thanks to @volmer for handling this!

v1.2.3

Choose a tag to compare

@tmilewski tmilewski released this 18 Feb 21:12

Updates

  • Loosen OmniAuth requirements (PR: #71)

v1.2.2

Choose a tag to compare

@tmilewski tmilewski released this 12 Feb 15:05

Fixes

  • Email without scope (PR: #69; Issue: #68)

v1.2.1

Choose a tag to compare

@tmilewski tmilewski released this 06 Feb 20:28

Dependencies

  • Bumps omniauth to ~>1.4.0 (Note: Drops support for Ruby 1.8)

Additions

  • Adds Rake to development dependencies

v1.2.0

Choose a tag to compare

@tmilewski tmilewski released this 01 Feb 03:28

This long-awaited version brings omniauth-github up-to-date in the following ways:

Security Updates

  • Uses https for the RubyGems URL to pass bundler audit

Dependencies

  • Bumps omniauth to ~>1.3.2
  • Bumps omniauth-oauth2 to ~> 1.4.0
  • Bumps rspec to ~> 3.5

Specs

  • Updates specs to RSpec 3+ syntax

Housekeeping

  • Ensure similar code formatting in specs
  • Bump gem version to 1.2.0

Associated Pull Request

#61

Referenced Issues

Closed #59
Closed #52
Closed #57