I'm looking into migrating to the new SDK and hit my first hurdle with authentication. I'm able to submit credentials and return access/refresh_tokens. However, I'm unsure of how to manage the "storage" configuration to pass and retrieve information from a cookie. This component seemed to be handled automatically with the "old" SDK.
I'm using Next.js, tried using cookies-next to set/get but no luck.
Any help would be greatly appreciated.