sorcery icon indicating copy to clipboard operation
sorcery copied to clipboard

Magical Authentication

Results 78 sorcery issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted
to be implemented in v1

Can we stop concurrent logins when using sorcery in ruby on rails? If yes then how?

enhancement
implemented in v1

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.

enhancement
to be implemented in v1

``` 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...

bug
to be implemented in v1

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....

bug
implemented in v1

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...

to be implemented in v1

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...

to be implemented in v1

This PR makes the default `remember_me_token` cookie name configurable to whatever seems to fit for the application.

to be implemented in v1

Follow https://github.com/Sorcery/sorcery/pull/41, maybe we need the failure reason in callbacks

to be implemented in v1

As it's written - JWT support for sorcery. Partially based on #70 and #167.

implemented in v1