Roman Marshevskyi
Roman Marshevskyi
hey @marcoapferegrino. It is not working so far. I've found workaround, once user logs in, user saved into cache `const mcache = require('memory-cache');` `setCurrentUser: function (token, user) { mcache.put(token, JSON.stringify(user));...
we already implemented similar functionality https://github.com/Redocly/workflows/issues/1958 can be useful for this issue
hey @kaysonli did not you find any way how to get workable deserializeUser with CORS? I've already tried sending withCredentials from FE, but without luck. posted https://github.com/jaredhanson/passport/issues/570