v1.0.0 🎉🥳 #38
abevoelker
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
⭐ The 1.0 release includes significant breaking changes! ⭐
Please read the upgrade guide for a list of changes you'll need to make to upgrade from 0.x to 1.0.
Enhancements
:expires_at
option (#19, #21 - thanks @joeyparis / @JoeyLeadJig and @bvsatyaram!):database_authenticatable
strategy) now supported (#13 - thanks @fschwahn!)Devise.paranoid
is now respected with new ambiguous messaging i18n option:magic_link_sent_paranoid
following (#36 - thanks @cbldev!)Passwordless::SessionsController
now uses gem source instead of needing to be generated from a templateMagicLinksController
no longer requires a weirdroutes.rb
entry to workMagicLinksController
now uses gem source instead of needing to be generated from a templatemagic_link_(path|url)
view helpers are now implemented for all resources (cleans up mailer view template)after_magic_link_sent_path_for
)filter_parameters
doesn't filter:token
s from request logsBugfixes
uninitialized constant
(e.g.Devise::Passwordless::Mailer
) should now be fixedBeta Was this translation helpful? Give feedback.
All reactions