Sha256: 49672974c415f12c74612f4e8bea998f87a7b205e60c19d2bdc20ebbd597214f

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

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

* Add helpers for retrieving current API user as well as more detailed token
  information
  ([#8](https://github.com/G5/g5_authenticatable_api/pull/8))

## v0.3.2 (2015-04-20)

* Fix for case-insensitive authorization request header
  ([#7](https://github.com/G5/g5_authenticatable_api/pull/7))

## v0.3.1 (2015-01-20)

* Disable strict token validation for session-authenticated users by
  default; enable with `G5AuthenticatableApi.strict_token_validation = true`
  ([#6](https://github.com/G5/g5_authenticatable_api/pull/6)).

## v0.3.0 (2014-12-23)

* When there is already an authenticated session, validate the current
  user's access token against the auth server on every API request
  ([#5](https://github.com/G5/g5_authenticatable_api/pull/5))

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

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

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

* Bug fix: ignore any configured resource owner password credentials during
  token validation.

## v0.1.0 (2014-02-26)

* Implement Rails API helpers
* Renamed `G5AuthenticatableApi::GrapeHelpers` to
  `G5AuthenticatableApi::Helpers::Grape`

## v0.0.1 (2014-02-20)

* Initial release with Grape API helpers

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
g5_authenticatable_api-0.4.1 CHANGELOG.md
g5_authenticatable_api-0.4.0 CHANGELOG.md