solidus_auth_devise
solidus_auth_devise copied to clipboard
🔑 Devise authentication for your Solidus store.
#### Summary - Based on the latest gemspec of `auth-devise`, move to `Spree::SoftDeletable`
## Summary Using both devise generated routes and custom ones is confusing. As an example: when failing authentication, the devise route would send the user to "new_spree_user_session_path", however we want...
## Summary This column dates back to 2013, when token authentication was removed from Devise. We should not keep it. ## Checklist Check out our [PR guidelines](https://github.com/solidusio/.github/blob/master/CONTRIBUTING.md#pull-request-guidelines) for more details....
Locking Admin users after consecutive failed attempts is a good practice to prevent Brute Force password detection. This adds the necessary backbone (controller, routes and email template) so that using...
## Description Fixes the new store location feature introduced in https://github.com/solidusio/solidus_auth_devise/pull/228 ## Motivation and Context We replaced the method #redirect_back_or_default and the class user_last_url_storer because Devise already provides functionality similar...
Remove unused login column. Fixes #116
### Overview Add a support for omniauthable
Ref #123 With https://github.com/solidusio/solidus/pull/2695 we're starting to include the order history page (`/users/show`) in Solidus frontend. At the moment that code is not used, since the one included in `solidus_auth_devise`...
Someone reported an issue [over here](https://github.com/solidusio/solidus/issues/4038) where the `Spree::User` model wasn't present when installing Solidus. It was solved by returning to the classic autoloader. This suggests to me that we...
Support Solidus 3 removing `acts_as_paranoid` from the user model. Also, the `Spree::ParanoiaDeprecations` doesn't exist anymore on Solidus 3.0.1. https://github.com/solidusio/solidus_auth_devise/blob/master/app/models/spree/user.rb