Releases: baschtl/devise-token_authenticatable
v0.4.6
Backports the expire_auth_token_on_timeout
option from devise 3.5.1 that was removed in devise 3.5.2 (cf. https://github.com/plataformatec/devise/blob/3-stable/CHANGELOG.md).
Fixes the TravisCI issue that were due to wrong bundler versions being used.
Note that this version of devise-token_authenticatable is only compatible with devise 3.5.2 upwards.
v0.4.0
v0.3.2
Adds support for the extra parameters that can be used to authenticate via devise (@brightbits).
v0.3.1
This release adds two configuration options that were originally proposed by @stephenreid:
should_reset_authentication_token
andshould_ensure_authentication_token
.
Release 0.3.0
This version supports devise 3.4.x.
Cheers,
Sebastian
Release 0.2.0
The v0.2.0.beta1 was directly transferred to be release 0.2.0.
Have fun!
v0.2.0.beta1
This pre-release adds support for the current version of devise which is 3.3.0. Earlier versions of devise are not supported anymore with this version. Furthermore, RSpec 3 is now used in the spec suite.
If you find any issues with this pre-release, please, let me know. :-)
Cheers,
Baschtl
Release 0.1.0
As there were no issues brought up regarding the 0.1.0.beta1 pre-release it is now the transfered to a stable 0.1.0 release.
Have fun!
v0.1.0.beta1
This is the first beta release of the extracted Token Authenticatable module of devise. It should include all functionality that was also in devise up to version 3.1.2 as this gem and the code is based on it.
Please, feel free to add comments and let me know if something does not work as expected. I will try to add more documentation for this gem in the following two weeks.
Cheers,
baschtl