You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default in-memory storage for access token can be now overridden by providing the accessTokenStorage argument in SaleorAuthClient
This enables support for server-side auth flows where access token is stored in cookies
New export path is added: @saleor/auth-sdk/next/server that exports getNextServerCookiesStorage meant for best compatibility with Next.js 13+ App Router. See this example for details.
BREAKING CHANGES
storage argument in SaleorAuthClient has been renamed to refreshTokenStorage