Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

work on adding csp #70

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

work on adding csp #70

wants to merge 3 commits into from

Conversation

wwahammy
Copy link
Collaborator

  • Add in Twilio gem to gemspec
  • Add initialize_twilio_verify_client to controllers/devise/devise_authy_controller.rb
  • Correct bug on old Ruby
  • Switch to Ruby 3 as minimum version
  • Correct pre-Ruby 3.1 bug
  • Begin migration of MfaConfig in
  • Add mfa_configs to schema.rb
  • Remove Rails 5.2 testing
  • Add support and testing for rails_6_1
  • Autorequire factory_bot
  • Try with factory_girl_rails
  • Add rails 7.0 tests
  • Run push actions only on main and new-main branch
  • Properly call the rails_7 tests
  • Add testing on Rails 7.1
  • Update @actions/checkout
  • WIP
  • Ignore .vscode directory
  • Add faker and get the mfaconfig working
  • Add shoulda-matchers
  • Add spec for MfaConfig
  • Add shoulda-matchers require
  • Correctly add in shoulda-matchers support
  • Migrate request_sms
  • Quick Ruby 3 fix
  • Migrate DeviseAuthyController#GET_verify_authy_installation
  • Migrate in DeviseAuthyController#POST_verify_authy_installation
  • Migrate in spec for DeviseAuthyController#POST_verify_authy_installation
  • Correct mistake in copying spec over
  • Migrate DeviseAuthyController#GET_verify_authy
  • Use a modern version of database_cleaner
  • Add better compatibility for Rails 7.1
  • Ignore sqlite log files which might get added sometimes
  • Change MfaConfig to reference a polymorphic
  • Make sure @resource.mfa_config is set in Devise::DeviseAuthyController#request_sms
  • Rename DeviseAuthy::Controllers::Helpers#record_authy_authentication to #record_twilio_authentication
  • Revert "Migrate DeviseAuthyController#GET_verify_authy_installation"
  • Update views to the @verify_qr_code
  • Add rqrcode gem
  • Generate qrcode in GET_verify_authy_installation
  • Require rqrcode into gem
  • Correct assign reference
  • WIP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant