 
                        
        
                        
        xitrum.SkipCsrfCheck.scala Maven / Gradle / Ivy
package xitrum
/**
 * By default all non-GET requests are checked for anti-CSRF token.
 * Make your controller (normally APIs for machines, e.g. smartphones) extend this
 * trait if you want to skip the check. Subclasses of the controller will also not
 * be checked.
 */
trait SkipCsrfCheck
© 2015 - 2025 Weber Informatics LLC | Privacy Policy