sorcery
sorcery copied to clipboard
Magical authentication for Rails 3 & 4
## How to reproduce the bug change the `config/initializers/sorcery.rb` as below: ``` user.stretches = 10 user.encryption_algorithm = :sha512 ``` In rails console, create a user with password, for example 'secretpass'...
This is code to add a submodule for easier Password Expiration, a security concern requiring app users to periodically change their password. The submodule API adds: ``` # password expiration...
I've got a new install and I am trying to install the sorcery gem running `rails g sorcery:install` but I get the following error: ``` rails g sorcery:install Running via...
Is the fact that the session cookie doesn't get invalidated after signing out and that I can reuse it -- the normal behaviour, not a vulnerability?
1.0 Roadmap
I'm starting this issue to discuss our path to a 1.0 release. Please feel free to request features here and discuss areas that need improvement or bug fixes. - [...
An error occurred when trying to implement facebook login. Implemented with reference to url.(https://github.com/NoamB/sorcery/wiki/External)
Hi, There are cases where we'd like to invalidate all of the sessions of a specific user. For example, if a user forgot to log out on a shared computer...
I find some problem when using sorcery and devise together. If I login with devise after login and logout with sorcery then device’s session will be destroyed I'm using rails...
I am using version 0.11.0 with Rails 5.1.4. I was not using `remember_me` originally and just started trying to use it. My sorcery.rb has this: Rails.application.config.sorcery.submodules = [:remember_me] .... config.user_class...
deliver_reset_password_instructions! doesn't actually send the email, I have to specify this with the .deliver or .deliver_now command in my mailer action. Running on Rails 4.2.2