You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
过程中的某些方法如何排除中间件验证?
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!
The text was updated successfully, but these errors were encountered:
过程中的某些方法如何排除中间件验证?
How do certain methods in the process preclude middleware validation?
例如
AccountsProcedure
过程类中有login
、logout
等方法,需将login
排除身份验证中间件。For example, the
AccountsProcedure
procedure class has methods such aslogin
,logout
, etc., andlogin
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!
The text was updated successfully, but these errors were encountered: