class Crack::Handler::CSRF
- Crack::Handler::CSRF
- Crack::Handler::Base
- Reference
- Object
Overview
The CSRF Handler adds support for Cross Site Request Forgery. DEPENDENT: Session and Params Handlers.
Defined in:
crack/csrf.crConstructors
Class Method Summary
-
.instance
class method to return a singleton instance of this Controller
Instance Method Summary
-
#call(context)
Execution of this handler.
- #check_methods : String
- #check_methods=(check_methods : String)
- #header_key : String
- #header_key=(header_key : String)
- #param_key : String
- #param_key=(param_key : String)
- #session_key : String
- #session_key=(session_key : String)
- #tag(context)
- #token(context)