Devise Token Auth v1.2.0 Release Notes
Release Date: 2021-07-19 // about 3 years ago-
Implemented enhancements:
Closed issues:
- DeviseTokenAuth::Errors::InvalidModel #1485
- How not to update the headers when the api server returns a response with an error status #1476
- Does not install on Rails 6.1 and Ruby 2.7, fresh install #1475
- Devise::Models::Authenticatable::BLACKLIST_FOR_SERIALIZATION is deprecated #1474
- @token not assigned prior to delete/destory #1465
- Installing devise_token_auth on MacOS, rails conflict #1458
- ๐ Deprecation warning
connection\_config is deprecated and will be removed from Rails 6.2
when using Rails 6.1 #1451 - Trying to integrate with devise-multi_email #1421
- Rails email change not send confirmation emaill #1338
๐ Merged pull requests:
- Bump version to 1.2.0 #1492 (MaicolBen)
- Fix unescape and keyword parameters warning #1490 (muratiger)
- check password changed only when using password authentication #1486 (qiuyin)
- Add new param FAQ #1481 (muratiger)
- fix mongoid detecting bug #1478 (qiuyin)
- replace deprecated constant BLACKLIST_FOR_SERIALIZATION #1473 (prashant-kiwi)
- Workaround for cc-test-reporter with SimpleCov 0.18 #1472 (enomotodev)
- Fix mongo setup in travis #1471 (MaicolBen)
- Use the same behavior than the deprecated URI.escape #1470 (MaicolBen)
- Replace URI::escape which was removed in Ruby 3 #1468 (alea12)
- Update connection_config to connection_db_config #1467 (melnik0v)
- Fix docs/config/initialization.md #1464 (yoshitsugu)
- Fix omniauth version until devise fixes omniauth requirement #1463 (MaicolBen)
- Add support for sending and receiving the auth token via a server cookie #1453 (theblang)
- Fix critical error on registration with confirmation mode #1447 (pnghai)
Previous changes from v1.1.5
-
Closed issues:
- Update dependency to support Rails 6.1/6.1.0.rc1 #1443
- undefined method `tokens' for #<Hash: #1442
- Wrong tokens after server restarts? #1430
- ConfirmationsController#show - undefined method `rails51?' for Devise:Module #1429
- Persisting sessions with Warden #1426
- Active_Admin and devise_auth_token #1424
- Rails51? method is dropped from devise gem #1411
- Rails 6.0.3.1 generate error #1409
- Does this integrate with devise? #1408
- Email and Password Can't be blank #1405
- Release new version? #1403
- Generator is not compatible with Rails 6 #1400
- Add some tags to this project? #1399
- After sign in, any access-token is valid with correct client #1394
- Gitbook docs table too wide #1383
- set_request_start overrides token set by earlier current_user call #1370
- ๐ override authenticate_user! error response method #1369
- Check how long an existing token is going to last #1357
- Why is Trackable option still active? #1356
- Force users to reset passwords on the first logins #1354
- undefined local variable or method `resource_name' #1352
- Rails 6.1 DEPRECATION WARNING: Uniqueness validator case sensitivity #1345
- ๐ NoMethodError (undefined method `saved_change_to_attribute?' with Mongoid #1335
- Sessions POST being forwarded to GET and returning 405 #1294
- How do I obtain a token using omniauth-saml ? #960
๐ Merged pull requests:
- Enable rails 6.1 #1446 (MaicolBen)
- Add email validation errors via add #1445 (artplan1)
- not work alongside standard Devise for class with namespace, use mapping directly as scope #1440 (islue)
- Update faq.md #1439 (sizief)
- Add mssing methods to Controller Overrides Docs #1437 (dominikdarnel)
- make DTA respect controller overrides it doesn't know about #1435 (akatz)
- Remove unnecessary require_relative the file should be autoloaded #1433 (jprosevear)
- feat(Route): Accept override #1432 (plribeiro3000)
- Enhancement: remove unnecessary statement in destroy session #1431 (martinjaimem)
- chore(deps): remove Sprockets requirement #1428 (booleanbetrayal)
- Serialize updated at without to s #1423 (MaicolBen)
- missing space in migration generator #1422 (ngouy)
- ๐ Avoid nullyfing token when current_user is called before #1417 (MaicolBen)
- Avoid failing on undefined variable for invalid record #1416 (MaicolBen)
- Fix parent class name generator for rails 6 #1414 (MaicolBen)
- Reduce config variables doc table width #1413 (MaicolBen)
- Fix crash on devise 4.7.2+ #1412 (pnghai)
- Ignore sync uid in case confirmable mail changed #1407 (pnghai)
- Bump version to 1.1.4 #1406 (MaicolBen)
- Memorize current_#{group_name} to avoid error #722 (Charlie-Hua)