try this:
https://huaweicse.github.io/servicecomb-java-chassis-doc/zh_CN/edge/by-servicecomb-sdk.html

the demo and document is a little old
you can change Auth interface to reactive mode, so that edge can work in
high performance mode:

public interface Auth {
  CompletableFuture<...> auth(...);
}



2018-06-20 18:19 GMT+08:00 Jack <[email protected]>:

> hello everyone:
>
>      we have many applications  in our company, we want to integrate the
> authority authenticate in the gateway.
>      every request request will be authenticated first in the gateway.
>      so that  new application do not have to do the same thing.
>      anyone have good idea?
>      I hope that java-chassis can have a new module for  "authority
> authenticate in the gateway".
>
>
> thanks

Reply via email to