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 create sign in/sign up flow with sorcery when I have already access token, is it possible to ommit fetch token from exchange oauth2 authorization code and just...

question

Hello ### Configuration Sorcery (0.16.3) Ruby 3.0 Rails 7.0.2.3 MacOS ### Context [Brute Force Protection wiki](https://github.com/Sorcery/sorcery/wiki/Brute-force-protection) states that the controller should call `user.register_failed_login!` to increase failed_login_count for user. It seems...

bug

Please ensure your pull request includes the following: - [ ] Description of changes - [ ] Update to CHANGELOG.md with short description and link to pull request - [x]...

This PR implements feature requested by #93 . Module adds a new `session_token` field to the user model. Upon each successful login, new token value is generated. Token is then...

implemented in v1

Please complete all sections. ### Configuration - Sorcery Version: `0.15` - Ruby Version: `2.7.1` - Framework: `6` - Platform: `-` ### Expected Behavior Able to change `token_randomness=` ### Actual Behavior...

bug
to be implemented in v1

I have configured sorcery to include session time out module, but when the sorcery try to reset_sessions in validate_session method in controller/submodules/session_timeout.rb the user is not logged out. Here my...

Hi Everyone, Below is from Devise, just wanting to add prompt into the Sorcery initializer but unsure how to get that to work? Any assistance would be great :) /*...

question

Is it possible to test external module like Facebook using acceptance test with sorcery without touching Facebook? (in isolation)

question

Added the ability to set the secure flag for the remember_me cookie Please ensure your pull request includes the following: - [x] Description of changes - [x] Update to CHANGELOG.md...

enhancement

Sorcery is fantastic. I’ve worked on a few Rails implementations. These services could spread the love. https://www.rubidium.io/ https://railsbytes.com/ I see Devise listed. Any interest in setting up some templates? 👍

documentation
good first issue