viabtc / viabtc_exchange_server

A trading engine with high-speed performance and real-time notification
MIT License
2.68k stars 1.48k forks source link

`accessws` auth\sign service not find (accessws模块依赖的服务不存在) #185

Closed chenluyong closed 5 years ago

chenluyong commented 5 years ago

config.json

"auth_url": "http://192.168.1.6:8000/internal/exchange/user/auth",
"sign_url": "http://192.168.1.6:8000/internal/exchange/user/api/auth",

In on_job function used in auth_url parameter service content We didn't in the corresponding application services viabtc_exchange_server


on_job函数中使用 auth_url参数的服务内容 而这个服务对应的应用程序却没有在 viabtc_exchange_server

lawrence296 commented 5 years ago

"auth_url" - the purpose of this function is for "viabtc" to validate a user that is registered in your front-end application. You have to build the validation logic in your front-end application.