wasphin commented on issue #1210:
URL: https://github.com/apache/incubator-brpc/issues/1210#issuecomment-677569375


   > It seems these "process" can be done in the normal RPC calls?
   
   In this way, we have to check/verify the client in all RPC calls, which is 
very inconvenient.
   
   > what makes it necessary to be done in the authentication process
   
   If *login* has not been called, it cannot call any other RPC calls, and if 
the client cannot pass the *login* check, the connection should be closed. From 
this point of view, it's very similar to the ``Authenticator``.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to