Sha256: 361b00bf76c6ff14f6a2069bd4ef27285e832fb896eb2c9a6310c4980c51eca2

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

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

* Add support for strict token validation, disabled by default
  ([#17](https://github.com/G5/devise_g5_authenticatable/pull/17))

## v0.1.3 (2014-12-19)

* Fix sign out when there isn't a locally authenticated user
  ([#16](https://github.com/G5/devise_g5_authenticatable/pull/16)).

## v0.1.2 (2014-08-04)
* Use existing user with updated password on duplicate user creation with
  duplicate email.

## v0.1.1 (2014-07-31)
* Find a user by email when a duplicate email exception is returned from 
  user creation.

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

* Move `rake g5:export_users` from
  [omniauth-g5](https://github.com/g5search/omniauth-g5)
* First open source release to [RubyGems](https://rubygems.org)

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

* Use the main app's root path (necessary when mounted inside another Rails
  engine with `isolate_namespace`)

## v0.0.3 (2014-02-10)

* Bug fix: fix type conversion errors against PostgreSQL. Assume that model
`provider` and `uid` are stored as strings.

## v0.0.2 (2014-02-05)

* Bug fix: conditionally require model-level mass assignment logic
  (e.g. `attr_accessible`) so that the gem can be used in either Rails 3.2 or
  Rails 4.

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

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise_g5_authenticatable-0.2.0 CHANGELOG.md