sorcery
sorcery copied to clipboard
Magical Authentication
### Configuration - Sorcery Version: `0.15.0` - Ruby Version: `3.0.6` - Framework: `Rails 6.1` - Platform: `Ubuntu` ### Expected Behavior Access http://localhost:3000/ Enter email and password Successful login ### Actual...
👋 Thanks for the review in advance. Fixes open redirect for Rails 7.0 https://api.rubyonrails.org/classes/ActionController/Redirecting.html#method-i-redirect_to-label-Open+Redirect+protection The PR here follows a similar approach with https://github.com/Sorcery/sorcery/pull/318 Please ensure your pull request includes the...
Unfortunately, I have not been able to dedicate much time to pushing Sorcery forward, and things like Rails 7 support, version 1 release, switching to Omniauth for SSO, Passkey support,...
https://github.com/Sorcery/sorcery/blob/master/spec/active_record/user_spec.rb
https://github.com/Sorcery/sorcery/blob/master/spec/active_record/user_spec.rb
https://github.com/Sorcery/sorcery/blob/master/spec/active_record/user_spec.rb https://github.com/Sorcery/sorcery/blob/master/spec/shared_examples/user_shared_examples.rb Replace `rails_3_core_model` with `rails_core_model`.
https://github.com/Sorcery/sorcery/blob/master/spec/active_record/user_reset_password_spec.rb https://github.com/Sorcery/sorcery/blob/master/spec/shared_examples/user_reset_password_shared_examples.rb Replace `rails_3_reset_password_model` with `rails_reset_password_model`.
https://github.com/Sorcery/sorcery/blob/master/spec/active_record/user_remember_me_spec.rb https://github.com/Sorcery/sorcery/blob/master/spec/shared_examples/user_remember_me_shared_examples.rb Replace `rails_3_remember_me_model` with `rails_remember_me_model`.
https://github.com/Sorcery/sorcery/blob/master/spec/active_record/user_oauth_spec.rb https://github.com/Sorcery/sorcery/blob/master/spec/shared_examples/user_oauth_shared_examples.rb Change `rails_3_oauth_model` to `rails_oauth_model`
https://github.com/Sorcery/sorcery/blob/master/spec/active_record/user_magic_login_spec.rb https://github.com/Sorcery/sorcery/blob/master/spec/shared_examples/user_magic_login_shared_examples.rb