Sha256: 892165785468843f708df46a544aa401526296be35d95df3a440658e496068d3
Contents?: true
Size: 1.81 KB
Versions: 2
Compression:
Stored size: 1.81 KB
Contents
## v0.5.1 (2015-08-21) * Allow user attributes to be selectively updated ([#25](https://github.com/G5/g5_authentication_client/pull/25)) ## v0.5.0 (2015-06-01) * Add support for resource-scoped roles ([#24](https://github.com/G5/g5_authentication_client/pull/24)) ## 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.2 | CHANGELOG.md |
g5_authentication_client-0.5.1 | CHANGELOG.md |