Class WorkerAuthController

java.lang.Object
it.univr.passportease.controller.worker.WorkerAuthController

@Controller public class WorkerAuthController extends Object
Controller for worker authentication and registration. It handles the following GraphQL mutations:

The other mutations are handled by UserAuthController as they are common to both users and workers.

See Also: