I'm on a quest to update user's sessions when their user document is modified by someone other than them.
I was able to load the session and modify it, but is there a way to manually tell passport to reserialize the user? I need to refresh the data stored in it.
Normally you'd use req.login to re-log them in, but I don't have access to req.