sorcery
sorcery copied to clipboard
Magical Authentication
On every Ubuntu systems with rbenv and ruby 2.5.0 not working auth through VK provider. On Mac everything fine and FB provider work fine too. Is that problem with sorcery...
Can we stop concurrent logins when using sorcery in ruby on rails? If yes then how?
It will be very useful to add before_session_timeout callback method to the session_timeout module, because after timeout the user instance is lost and it is impossible to clean dependent records.
``` NoMethodError: undefined method `crypted_password' for # Did you mean? encrypt_password # /Users/jbuker/.rvm/gems/ruby-2.3.1/gems/sorcery-0.9.1/lib/sorcery/model.rb:146:in `external?' # /Users/jbuker/.rvm/gems/ruby-2.3.1/gems/sorcery-0.9.1/lib/sorcery/model/submodules/user_activation.rb:127:in `send_activation_success_email?' # /Users/jbuker/.rvm/gems/ruby-2.3.1/gems/sorcery-0.9.1/lib/sorcery/model/submodules/user_activation.rb:111:in `activate!' ``` For my particular use-case, I need users that only...
Hi! I'm having a problem upgrading Sorcery beyond 0.12 (yes, I'm behind). We have a couple of API controllers, and calls to them break when using Sorcery 0.13 or 0.14....
Hey, I was trying to mess around a little with Sorcery tonight on Rails 6.0.3.2, Ruby 2.7.1p83, and I kept noticing some odd warning message about a flag not being...
This patch added a callback that execute only when user locked. This callback useful for run something actions(e.g. send notifications to admin) when user locked. Please ensure your pull request...
This PR makes the default `remember_me_token` cookie name configurable to whatever seems to fit for the application.
Follow https://github.com/Sorcery/sorcery/pull/41, maybe we need the failure reason in callbacks
As it's written - JWT support for sorcery. Partially based on #70 and #167.