hey im trying to integrate ST with next.js. I am u...
# support-questions-legacy
f
hey im trying to integrate ST with next.js. I am uing the thirdpartyemailpassword provider. after i log in i need to do a full refresh so the new SSR session gets loaded. this is because i do not want to rely on the client session stuff because i feel like loading the session on the client is a janky user experience. how can i achieve this?