User login uses jwt to achieve token authentication, and the user module is separated into a system. If there are three sub-business systems, respectively logged in, how to control the logout of each subsystem?
user login uses jwt to achieve token authentication, and the user module is separated into a system. I have three sub-business systems, respectively logged in, how to control the logout of each subsystem? ...