tag:github.com,2008:https://github.com/cerner/cerner-oauth1a/releasesTags from cerner-oauth1a2021-06-28T20:17:31Ztag:github.com,2008:Repository/78053516/v2.5.42021-06-28T20:23:25Zv2.5.4<p>BACKPORT: Correct invalid parameter rejected and absent problem values (</p>
<p><a class="issue-link js-issue-link" href="https://github.com/cerner/cerner-oauth1a/pull/19">#19</a>)</p>
<p>Replace invalid usage of `oauth_parameters_rejected` and `oauth_parameters_absent`
<br />OAuth problem values with correct values `parameter_rejected` and `parameter_absent`
<br />when reporting certain errors.</p>nbeyertag:github.com,2008:Repository/78053516/v2.5.32020-10-28T15:49:30Zv2.5.3nbeyertag:github.com,2008:Repository/78053516/v2.5.22020-05-12T20:41:02Zv2.5.2<p>Rework the parse of the Authorization/WWW-Authenticate header (<a class="issue-link js-issue-link" href="https://github.com/cerner/cerner-oauth1a/pull/14">#14</a>)</p>
<p>* Rework the parse of the Authorization/WWW-Authenticate header to
<br />handle both quoted strings and tokens per
<br /><a href="https://tools.ietf.org/html/rfc7235#appendix-C">https://tools.ietf.org/html/rfc7235#appendix-C</a>.</p>
<p>* Set version to 2.5.2, update changelog, and add example to doc</p>
<p>* Clean up lint</p>nbeyertag:github.com,2008:Repository/78053516/v2.5.12020-02-19T17:14:42Zv2.5.1<p>Address `instance variable @cache_instance not initialized` warning (<a class="issue-link js-issue-link" href="https://github.com/cerner/cerner-oauth1a/pull/13">#13</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/cerner/cerner-oauth1a/pull/13"></a>)</p>
<p>* Address `instance variable @cache_instance not initialized` warning</p>
<p>* Add instance_variable_defined check for @cache_instance
<br />* Update rubocop.yml for rubocop v0.8
<br />* Remove bin/bundle since bundler version should be externally managed
<br />* Update Gemfile dependencies
<br />* Update changelog
<br />* Update copyright year
<br />* Add Gemfile.lock to rake's clobber task
<br />* Add ruby-2.7 to travis build matrix</p>nbeyertag:github.com,2008:Repository/78053516/v2.5.02019-12-16T18:14:33Zv2.5.0nbeyertag:github.com,2008:Repository/78053516/v2.4.02019-12-05T01:50:19Zv2.4.0nbeyertag:github.com,2008:Repository/78053516/v2.3.02019-05-30T17:54:07Zv2.3.0<p>Add Protection Realm Equivalence <a class="issue-link js-issue-link" href="https://github.com/cerner/cerner-oauth1a/issues/8">#8</a> (<a class="issue-link js-issue-link" href="https://github.com/cerner/cerner-oauth1a/pull/9">#9</a>)</p>
<p>Added Protection Realm Equivalence feature to Cerner::OAuth1a::AccessTokenAgent,
<br />which is used by Cerner::OAuth1a::AccessToken#authenticate when comparing realms.
<br />This allows for realm aliases so that the OAuth Service can transition hosts.</p>nbeyertag:github.com,2008:Repository/78053516/v2.2.02019-04-17T21:02:09Zv2.2.0nbeyertag:github.com,2008:Repository/78053516/v2.1.02019-02-01T23:07:55Zv2.1.0nbeyertag:github.com,2008:Repository/78053516/v2.0.12019-01-31T17:57:29Zv2.0.1<p>Begin moving to Ruby 2.6</p>
<p>* Update .ruby-version to default development to 2.6
<br />* Update travis ci config to include 2.6</p>nbeyer