becasuse nuxt cannot use localStorage to save user token, so i used "nuxtServerInit" API ,started local server and simulation localstorage through "req.session",.yes, it succeed. however, this req.session only save the current server, when people connect to other servers, this record has disappeared. so i want to know that how to achieve the purpose of stateless login
local server

nuxtServerInit
