Skip to content

Conversation

@nickpellant
Copy link

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 nickpellant changed the title Make route path sign in/out path configurable Make route sign in/out path configurable Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant