Sebastiansch

Results 3 comments of Sebastiansch

Here's my solution, which we use for our "proxy/router" to serve microservices to external users. We have a config file which looks basically like ` "demo" : { "type": "jwt",...

We built a custom service since we had some issues getting the router running, and also needed some extra features like SSL and the auth stuff. We're using hydra.getServiceNodes()/hydra.getAllServiceRoutes() to...

Sounds also good, was also one of out thoughts. The reason why we included it in the router is that several customers (users in "auth") share different services. So its...