vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
67 stars 58 forks source link

Add support for JWT auth to services #59

Closed pmlopes closed 7 years ago

pmlopes commented 7 years ago

A new Factory class is provided 100% backwards compatible that can allow JWT auth to validate tokens and claims before a service is executed.

The factory works both for services and proxies.