Shared HTTP JWT Authorizer

hi
I want to have a project containing just an HTTP JWT Authorizer
and then another projects containing HTTP APIs which should be protected by the Authorizer created in the first project

Is this possible? If yes, please guide me…