Interface SpincastFormsCsrfProtectionFilter

All Known Implementing Classes:
SpincastFormsCsrfProtectionFilterDefault

public interface SpincastFormsCsrfProtectionFilter
The Forms CSRF Protection Filter.

You should add this filter with the "skipResourcesRequests()" options so it is ignored except for main routes.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current CSRF token to use Will be taken from the user session by default.
    void
    handle(RequestContext<?> context)
    Filter's handle main method.