Sha256: 0def159896dd715604a0bfe68482fddbb126ec3711165675f9aa0a1d0f381c31

Contents?: true

Size: 1.54 KB

Versions: 2

Compression:

Stored size: 1.54 KB

Contents

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

* Add `G5AuthenticationClient::Client#list_roles`, a new
  `G5AuthenticationClient::Role` model, and support for retrieving/updating
  roles in the user data
  ([#23](https://github.com/G5/g5_authentication_client/pull/23))

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

* Add `G5AuthenticationClient::Client#list_users`
  ([#22](https://github.com/G5/g5_authentication_client/pull/22))

## v0.2.3 (2014-07-31)

* remove id from body in create/update user

## v0.2.0 (2014-03-10)

* First open source release to [RubyGems](http://rubygems.org/)

## v0.1.5 (2014-03-07)

* Add `allow_password_credentials` flag to determine whether client instances
  will allow use of username/passwored attributes

## v0.1.4 (2014-03-06)

* Change configure method namespace to `g5_auth` from `g5_authentication_client`

## v0.1.1 (2013-11-15)

* Add `G5AuthenticationClient::Client#sign_out_url`. The client should
  redirect to this target URL in order sign out the current user.

## v0.1.0 (2013-11-05)

* Rename all references to `client_callback_url` to `redirect_uri`.
  This is in order to maintain consistency with the terminology used
  in the OAuth 2.0 spec. This is a breaking change for any code written
  against earlier versions of the client.

## v0.0.3 (2013-09-23)

* Add support for retrieving user data based on current credentials
* Add `User#password_confirmation`
* Allow client to configure an OAuth access token directly (thereby
  bypassing the OAuth authorization flow)

## v0.0.2 (2013-07-13)

* Update dependency on modelish to v0.3.x

## v0.0.1

* Initial release

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
g5_authentication_client-0.5.0 CHANGELOG.md
g5_authentication_client-0.4.0 CHANGELOG.md