Sha256: 0cc226bb5a3632ecb4991a9eb99ce1f1bae67079901ca733effa1a29f9ae3de5

Contents?: true

Size: 160 Bytes

Versions: 2

Compression:

Stored size: 160 Bytes

Contents

module Knock
  module Oauth2CodeVerifier
    class ApplicationController < ActionController::Base
      protect_from_forgery with: :exception
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knock-oauth2_code_verifier-0.1.2 app/controllers/knock/oauth2_code_verifier/application_controller.rb
knock-oauth2_code_verifier-0.1.1 app/controllers/knock/oauth2_code_verifier/application_controller.rb