Eugene
Results
1
issues of
Eugene
For rails 7.1.3 In `config/application.rb`: `config.action_dispatch.cookies_same_site_protection = lambda { |request|` `request.path == '/users/auth/apple' ? :none : :lax` `}` In `controllers/application_controller.rb`: `def verified_request?` `controller_name == 'omniauth_callbacks' || super` `end` In `config/environments/production.rb`:...