Module: Pakyow::Security::Helpers::CSRF
- Defined in:
- lib/pakyow/security/helpers/csrf.rb
Instance Method Summary collapse
Instance Method Details
#authenticity_client_id ⇒ Object
9 10 11 |
# File 'lib/pakyow/security/helpers/csrf.rb', line 9 def authenticity_client_id @authenticity_client_id ||= Support::MessageVerifier.key end |