solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Let's use more Devise defaults for routing #55

Closed bbuchalter closed 6 years ago

bbuchalter commented 8 years ago

The level of customization in the routes for solidus_auth_devise seems unnecessarily complex and confusing. As a first step to reducing complexity, I suggest we try to eliminate the devise_scope :spree_user block and allow Devise's defaults to do what they should.