authentication_hook(+Request, +Application, -User) is semidet[multifile, library(pengines)]
This hook is called from the =/pengine/create= HTTP handler to discover whether the server is accessed by an authorized user. It can react in three ways:
See also
- http_authenticate/3 can be used to implement this hook using default HTTP authentication data.
 pengines:authentication_hook(+Request, +Application, -User)[multifile, swish(lib/authenticate)]
Is called from the /pengine/create request to establish the logged in user.