Gregory Witek
Gregory Witek
@bfischer1121 @mokolabs @MartinodF if any of you wants to take this task, I'll be very happy to help. A few months ago Devise introduced some solution, I think it's worth...
Hi @5t111111 If your rest is an integration test, you should not include `Sorcery::TestHelpers::Rails::Controller`. The reason is that both modules that you include contain exactly the same methods, and the...
Hi @chadwilken, that's a good question. Currently there is no way to add custom scope to finding user, however since version 0.9.1, there's a support for method called `active_for_authentication?` which...
Hey, quite an old issue, but I've checked it as I got it from CodeTriage recently. Method `add_provider_to_user` checks if the provider and uid exist for currently logged user. If...
Hi @alexagranov thanks for your contribution! Can you tell me what's the example use case here? I mean, why would you provide `validate: false` or other params here? My concern...
Hi @cdwilhelm I'll have some time to check it this week. Let me see what's causing the issue and if I can fix it soon, I'll get back to you...
Great, I'll check it out this weekend and I'll let you know if I have any idea on what's the best way to implement it.
Hi @cdwilhelm, I've checked it and the change is very simple. It requires only to remove `@current_user = nil` from the method you mentioned. So the monkey-patching solution is to...
Hi @hgani, in the `master` branch we already have this feature. There's a new method in controller called `logout_all_sessions`\- you can try it out. Somehow it disappeared from `readme` file,...
Oh, I'm sorry, I forget about it. You're right, that's why it's not in the readme. Ok, so currently we have the `force_forget_me` option in combination with `logout`, but this...