You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds better support for Rails 5.2 (#105, #106, #107)
StripeEvent::WebhookController now calls skip_before_action :verify_authenticity_token if Rails.application.config.action_controller.default_protect_from_forgery is set (as it is by default in Rails 5.2)