module Pakyow::Security::Helpers::CSRF

Public Instance Methods

authenticity_client_id() click to toggle source
# File lib/pakyow/security/helpers/csrf.rb, line 9
def authenticity_client_id
  @authenticity_client_id ||= Support::MessageVerifier.key
end