All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xitrum.SkipCsrfCheck.scala Maven / Gradle / Ivy

There is a newer version: 3.28.18
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy