mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.25k stars 86 forks source link

Support scoped routes #206

Open mikker opened 5 months ago

mikker commented 5 months ago

Currently Passwordless' routes need to be defined at the root level. Would be nice if we could support scoping and nesting, like requested in #205, ie:

scope ":locale" do
    passwordless_for :users