Preconditions in a service
Hi,
i want to create a service with preconditions for the HTTP verbs POST, PUT, DEL. Only registered users should be allowed to POST new entries and only the creator should be able to PUT or DEL them. Express have a mechanism to assign multiple callbacks for an verb method . How can i do that for a service in feathers? I'm working on a feathers implementation for the MEAN-Stack.