Sha256: e3f39e9a60c58eb0749327d16086c475e57c8817c40dd6e8bd1e69785b7cc7cd

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

## v0.3.1 (2015-11-19)
 * Pinned version of omniauth-auth2 to 1.3.1 since 1.4.0 removes a `callback_url`
   method required for the Auth Workflow.
   Expecting to be fixed by https://github.com/doorkeeper-gem/doorkeeper/issues/737

## v0.3.0 (2015-06-01)

* Added resource type and urn to roles
  ([#9](https://github.com/G5/omniauth-g5/pull/9))

## v0.2.0 (2015-05-20)

* Added new fields to auth hash for user name, phone, title, and organization.
* Added user roles to the auth hash
  ([#8](https://github.com/G5/omniauth-g5/pull/8))

## v0.1.0 (2014-03-12)

* Moved `rake g5:export_users` task to
  [devise_g5_authenticatable](https://github.com/G5/devise_g5_authenticatable)
* First open source release to [RubyGems](https://rubygems.org)

## v0.0.2 (2013-11-06)

* Changed `rake g5:export_users` task to read default argument values
  from environment variables:
  * `G5_AUTH_CLIENT_ID` - the G5 OAuth application ID
  * `G5_AUTH_CLIENT_SECRET` - the G5 OAuth application secret
  * `G5_AUTH_REDIRECT_URI` - the redirect URI registered with the auth server
  * `G5_AUTH_ENDPOINT` - the auth server endpoint URL
  * `G5_AUTH_AUTHORIZATION_CODE` - the G5 OAuth authorization code for
    obtaining an access token
* Changed argument order for `rake g5:export_users` such that
  `authorization_code` now comes first.
* Renamed any references to the client callback URL to redirect URI, to
  maintain terminology consistent with the OAuth 2.0 specification.

## v0.0.1 (2013-07-25)

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-g5-0.3.1 CHANGELOG.md