rp_st
07/06/2022, 10:00 AM<SuperTokensWrapper>
which allows you to access the session context from anywhere component in your app easily.
- The auth wrapper support SSR rendering for NextJS apps, so you don't need to use the dynamic
HOC anymore.
This is a breaking change since the return type of useSessionContext()
now has a loading
state. Please see the changelog for migration steps.