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

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.

to be implemented in v1

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

implemented in v1

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

enhancement
to be implemented in v1

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

bug
to be implemented in v1

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

to be implemented in v1

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

to be implemented in v1

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

bug
to be implemented in v1

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

implemented in v1

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

question