Skip to content

Releases: rjurado01/rails_jwt_auth

v2.0.3

10 Jul 15:37
Compare
Choose a tag to compare

Fixes

  • Tokens conflict
  • Missing helper on controllers #113
  • Error on installation (rails 6.1) #118

v2.0.2

10 Jul 15:29
Compare
Choose a tag to compare

Changed

  • Relax rails dependencies to allow rails 6

v2.0.1

10 Dec 11:19
Compare
Choose a tag to compare

Fixed

  • Avoid generate jwt without user payload token.

v2.0.0

10 Dec 11:18
Compare
Choose a tag to compare

Changed

  • Complete refactor

v1.7.2

24 Jun 16:39
Compare
Choose a tag to compare

Fixes

  • Confirm email sends confirmation instructions again

v1.7.1

20 Jun 16:47
Compare
Choose a tag to compare

Fixes

  • Email confirmation_token when change email was invalid

v1.7.0

15 Jun 17:04
Compare
Choose a tag to compare

Changed

Fixes

  • Allow using deliver_later with Sidekiq (pass serialized info when send emails).

v1.6.1

28 Feb 13:19
Compare
Choose a tag to compare

Fixes

  • Removed hardcoded email field from all gem
  • Removed hardcored email_confirmation field
  • Fixed tests which are omiting ActiveRecord Orm

v1.6.0

20 Feb 20:28
Compare
Choose a tag to compare

Improvements:

  • Password controller: diferent error when email is blank and invalid
  • Remove leading and trailing spaces from email
  • Authenticate InvitationsController#create

Fixes

  • Fixed error when Recoverable module is not included
  • Removed hardcoded email field from confirmation controller

v1.5.0

20 Feb 20:33
Compare
Choose a tag to compare

Improvements

  • Reset sessions when password is recovered
  • Added jwt_payload helper