Skip to content

Make route sign in/out path configurable#255

Open
nickpellant wants to merge 1 commit intomikker:masterfrom
travily:travily
Open

Make route sign in/out path configurable#255
nickpellant wants to merge 1 commit intomikker:masterfrom
travily:travily

Conversation

@nickpellant
Copy link
Copy Markdown

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