sorcery
sorcery copied to clipboard
Magical Authentication
I want to add changing about two points. It's simple refectoring. - Change variable name in add_provider_to_user because it was wrong. - Make add_provider_to_user's return simple because it was unneeded.
This pull request is intended to support logins for multiple roles, such as User and Admin. First, change the configuration to use an instance instead of Module to allow overwriting...
Please complete all sections. ### Configuration - Sorcery Version: `0.25.0` - Ruby Version: `2.7.2` - Framework: `Rails 6.0` - Platform: `macos` ### Expected Behavior I you like to send a...
``` User.authenticate(email, password) ``` ...does not update `last_login_at` and `last_login_from_ip_address` ### Configuration - Sorcery Version: `0.13.0` - Ruby Version: `2.6.2` - Framework: `Rails 5.6.3` - Platform: `macOS / Linux` Sorcery...
I faced with SLL issue on VK auth. An issue described here https://github.com/Sorcery/sorcery/issues/125. I found that CA bundle was updated 6 years ago. Here a new one. I downloaded it...
With this parameter user can get `email address` from Twitter REST API, it will be returned in the user objects as a string. If the user does not have an...
This is moved from [NoamB/sorcery pull request Hotfix twitter login #802](https://github.com/NoamB/sorcery/pull/802). I copy the same request here for readability. If it's not easy to read, leave a comment to delete...
This PR introduces the following changes: 1. Add back changes from #209 that fix deprecation warning "Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper." 2. Call sorcery config block where it...
Hi, thank you for the great library! Using it with ease. Just noticed a small bug on the return value of `#add_provider_to_user` here: https://github.com/Sorcery/sorcery/blob/master/lib/sorcery/model/submodules/external.rb#L99-L100 * Before, the method would return...
Hi, Looks like `login` method resets and restores session. But `auto_login` method doesn't. I think `auto_login` method should too. Hou about? 👀 [Ruby On Rails Security Guide](https://guides.rubyonrails.org/v3.2/security.html) >The most effective...