using nextjs, is it possible to wrap my "app.js" i...
# support-questions-legacy
f
using nextjs, is it possible to wrap my "app.js" in to be able to access any part of the site using useSessionContext()?
r
yea! It is. You simply wrap a component with
EmailPasswordAuthNoSSR
and then inside the child component, you can use
useSessionContext
2 Views