Skip to content

Releases: baschtl/devise-token_authenticatable

v0.4.6

11 Mar 19:23
Compare
Choose a tag to compare

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

05 Jun 11:07
Compare
Choose a tag to compare

Adds support for devise 3.5. Thanks to @arisawa.

v0.3.2

30 May 12:41
Compare
Choose a tag to compare

Adds support for the extra parameters that can be used to authenticate via devise (@brightbits).

v0.3.1

15 May 13:00
Compare
Choose a tag to compare

This release adds two configuration options that were originally proposed by @stephenreid:

  • should_reset_authentication_token and
  • should_ensure_authentication_token.

Release 0.3.0

24 Oct 06:46
Compare
Choose a tag to compare

This version supports devise 3.4.x.

Cheers,
Sebastian

Release 0.2.0

25 Aug 14:11
Compare
Choose a tag to compare

The v0.2.0.beta1 was directly transferred to be release 0.2.0.

Have fun!

v0.2.0.beta1

21 Aug 11:25
Compare
Choose a tag to compare
v0.2.0.beta1 Pre-release
Pre-release

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

13 Feb 12:35
Compare
Choose a tag to compare

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

20 Dec 20:58
Compare
Choose a tag to compare
v0.1.0.beta1 Pre-release
Pre-release

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