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

Remove use of deprecated `bypass` opt for sign_in #93

Closed stewart closed 7 years ago

stewart commented 7 years ago

This updates the logic in the Spree::UsersController to remove the usage of the deprecated bypass option for Devise's sign_in helper.