Abe Voelker
Abe Voelker
Just doing some repo tidying up - closing this issue since the conversation seems to have run its course. Feel free to reopen if you disagree. :wave:
Thank you, I'm glad it was useful for you. I hope to update the images this weekend to add Postgres 9.4 and do a general cleanup, and will add some...
I'm a year late but this should now be fixed on master via adc78bb90d6fee55490bb712a0a373c056ce190b @fschwahn I appreciate your suggestions as that's the approach I ended up taking! :metal: Thanks for...
Thanks for your contribution! :tada: I merged this into master a long while ago, but only just released it with gem version 1.0.2. Took me a while to fix the...
I haven't tested this personally but I think you may be able to accomplish this by writing a custom `Devise::FailureApp`. Try this approach on Devise's wiki with the example `CustomFailure`...
If you only want to override the redirect for the expired magic link something like this might work ```ruby class CustomFailure < Devise::FailureApp def redirect_url if warden_message == :magic_link_invalid your_custom_path...
@jvortmann hey sorry you encountered that; something is wrong if you're getting that message. if you're able to share code that reproduces it i can dig in deeper to it
(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 was just trying to get this functionality to work - it would be awesome if it was supported. It's useful when using Docker in development, because when linking containers...
I don't actually need this anymore, so you can ignore my original +1. /unsubs