BaseAuthRouter.mandatoryAuth

Auth handler that will fail if a successfull auth was not performed. This handler is usefull for routes that want to hide information to the public.

class BaseAuthRouter
abstract
void
mandatoryAuth
(
HTTPServerRequest req
,
HTTPServerResponse res
)

Meta