How does the middle layer of node realize the login function?

the login API calls the interface provided by the backend. The login is verified by session, and the node forwards the login request directly to the backend for processing. If the user logs in successfully, how does the node layer know if the login is successful?

Jul.04,2022

does your node do the middle layer just to forward, can't you monitor the return value of the interface? the middle layer is pro

.
Menu