过程中的某些方法如何排除中间件验证?
How do certain methods in the process preclude middleware validation?
例如AccountsProcedure过程类中有login、logout等方法,需将login排除身份验证中间件。
For example, the AccountsProcedure procedure class has methods such as login, logout, etc., and login needs to be excluded from the authentication middleware.
请问在sajya/server中如何实现?
How can I implement this in sajya/server?
在此,感谢您的回答!
I would like to thank you for your answer!