Not sure if this should be here or in https://github.com/degree9/featherscript but currently there only seems to be a way to add hooks per api endpoint as per meta.server/api.
Feathers itself allows for app-wide hooks, such as this example to ensure valid JWTs are always present:
Not sure if this should be here or in https://github.com/degree9/featherscript but currently there only seems to be a way to add hooks per api endpoint as per
meta.server/api
.Feathers itself allows for app-wide hooks, such as this example to ensure valid JWTs are always present: