passwordless icon indicating copy to clipboard operation
passwordless copied to clipboard

Make route sign in/out path configurable

Open nickpellant opened this issue 5 months ago • 0 comments

This change makes it possible to rename the sign in/out routes that passwordless uses via configuration. Example:

Passwordless.configure do |config|
  config.sign_in_path_name  = 'login'
  config.sign_out_path_name = 'logout'
end

nickpellant avatar Jul 24 '25 14:07 nickpellant