module LuckyHXML::ForgeryProtectionHelpers

Direct including types

Defined in:

lucky_hxml/forgery_protection_helpers.cr

Instance Method Summary

Instance Method Detail

def csrf_hidden_text_field : Nil #

Defines a hidden text field used for CSRF

NOTE While CSRF is not required for HXML, you can use this if your routes do require a CSRF token


[View source]