Skip to content

Commit

Permalink
Skip authenticity tokens for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Mar 12, 2024
1 parent 570f7ae commit c49643b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

class ApplicationController < ActionController::Base
skip_before_action :verify_authenticity_token
before_action :authenticate_auth_user!

def authenticate_auth_user!
Expand Down

0 comments on commit c49643b

Please sign in to comment.