## v0.4.1 (2015-01-26) * Fix test helpers when strict token validation is enabled during testing ([#24](https://github.com/G5/g5_authenticatable/pull/24)) ## v0.4.0 (2015-01-20) * Several fixes around sign-out, including accepting GET requests and enabling strict token validation ([#21](https://github.com/G5/g5_authenticatable/pull/21)) * Improved documentation around controller test helpers ([#22](https://github.com/G5/g5_authenticatable/pull/22)) * Added `g5_authenticatable:purge_users` rake task to purge local user data; primarily used for configuring demo/dev environments built on a production clone or DB dump ([#23](https://github.com/G5/g5_authenticatable/pull/23)) ## v0.3.0 (2014-03-13) * First open source release to [RubyGems](https://rubygems.org) ## v0.2.0 (2014-03-11) * Controller test helpers ## v0.1.4 (2014-03-07) * Update dependency on [g5_authenticatable_api](https://github.com/G5/g5_authenticatable_api) for bug fix to ignore password credential configuration during token validation. ## v0.1.3 (2014-03-06) * Remove auth client defaults in favor of env variables ## v0.1.2 (2014-03-05) * Set `G5_AUTH_USERNAME` and `G5_AUTH_PASSWORD` on auth client defaults ## v0.1.0 (2014-02-26) * Update dependency on [g5_authenticatable_api](https://github.com/G5/g5_authenticatable_api) to include new Rails API helpers. * Fix shared test helpers for client applications that do not mixin the FactoryGirl syntax methods in their RSpec config. ## v0.0.4 (2014-02-20) * Integrate [g5_authenticatable_api](https://github.com/G5/g5_authenticatable_api) for securing API methods. ## v0.0.3 (2014-02-13) * Test helpers and shared context for integration tests in client applications. ## v0.0.2 (2014-02-10) * Bump version for [devise_g5_authenticatable](https://github.com/G5/devise_g5_authenticatable) to pick up PostgreSQL fix. ## v0.0.1 (2014-02-07) * Initial release