Mikkel Malmberg

Results 101 comments of Mikkel Malmberg

Apologies, I didn't realize. I think actually your suggestion to just disable Turbo on our forms is the best and easiest approach. I think the slight downgrade in app speed...

I'm not against passing the whole `params` as long as we add checks and fallbacks to not make it a breaking change. PRs welcome 😊

The current, non-deprecated way is this: ```ruby def create @user = User.new(user_params) if @user.save sign_in(build_passwordless_session(@user)) #

Fixed in upcoming 1.0

These were added a while back. See https://github.com/mikker/passwordless#providing-your-own-templates

Please go ahead 😊 PRs welcome

I'm not sure where `default_url_options` comes from in this context? Do we not need to define it in the controller so it's overridable? Could you add a test that covers...

Thank you for reporting and contributing all this back. I'm away from work this week but I'll get back to you soon!