Abe Voelker
Abe Voelker
That's definitely not by design! I'm traveling this week but should be able to dig in more by the end of the week / next weekend. Or, PRs gladly accepted...
(Copying and pasting this to all open issues/PRs:) Hey all, per #64 I unfortunately won't have much time for the foreseeable future to maintain devise-passwordless to fix the open bugs...
I started a branch to work on this, with a failing test case: https://github.com/abevoelker/devise-passwordless/tree/log-out-old-user-on-magic-link > Also experiencing this! I tried to throw the following code in the magic link controller,...
not at my dev machine to test this but try something like this ```ruby class User def after_magic_link_authentication unless confirmed? skip_confirmation! save! end end end ```
(Copying and pasting this to all open issues/PRs:) Hey all, per #64 I unfortunately won't have much time for the foreseeable future to maintain devise-passwordless to fix the open bugs...
I appreciate the effort on this! :tada: :rocket: And I'm sorry to hear of your struggles to run the suite locally - this is something that definitely should've been documented!...
(Copying and pasting this to all open issues/PRs:) Hey all, per #64 I unfortunately won't have much time for the foreseeable future to maintain devise-passwordless to fix the open bugs...
Thanks for your contribution! :tada: This is a case where I kind of wish Devise had used vanilla `include Devise::Models::blahblah` calls for mixing in behavior instead of `devise :foo, :bar,...
(Copying and pasting this to all open issues/PRs:) Hey all, per #64 I unfortunately won't have much time for the foreseeable future to maintain devise-passwordless to fix the open bugs...
Yeah this is definitely something we should support better. Interstitial is probably the way to go as you said @wilg . As @iainbeeston pointed out action cable or turbo streams...