menu

SiteGenesis / Server-side JS / Namespace: Filters

guard~ Filters

The available filters for endpoints, the names of the methods can be used in module:guard~ensure

Source:

Methods

(static) get()

Action must be accessed via a GET request

Source:

(static) http()

Action must be accessed via HTTP

Source:

(static) https()

Action must be accessed via HTTPS

Source:

(static) include()

Action must only be used as remote include

Source:

(static) loggedIn()

Action must only be accessed authenticated csutomers

Source:

(static) post()

Action must be accessed via a POST request

Source: