mikker / passwordless

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

Un-isolate namespace #146

Closed mikker closed 1 year ago

mikker commented 1 year ago

This prevents the weird behaviour of having to use users.sign_in_path and even weirder main_app.whatever_path.

Breaking changes

  1. Update all your links with eg. users.sign_in_path to users_sign_in_path
  2. Remove all links with main_app.whatever_path to just whatever_path