I'm trying to integrate Passport.js ( specifically the github-strategry) into the MERN stack... I have authentication working, however I'm unsure how to get the authenticated info to persist into the store. Any tips? Been mostly following this guide for configuration of passport: jokecamp.com/tutorial-passportjs-authentication-i…