= Vert.x Service Proxy
:toc: left
When you compose a Vert.x application, you may want to isolate a functionality somewhere and make it available to
the rest of your application.
Create an event bus service interceptor using a JWT auth that will verify all requests before the service is invoked
Once a JWT is validated it will be queried for authorities.