Releases: rjurado01/rails_jwt_auth
Releases · rjurado01/rails_jwt_auth
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.7.2
v1.7.1
v1.7.0
Changed
- Refactor mailer to use ActionMailer::Parameterized.
Fixes
- Allow using
deliver_later
with Sidekiq (pass serialized info when send emails).
v1.6.1
v1.6.0
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