Releases: saleor/auth-sdk
Releases · saleor/auth-sdk
1.0.3
What's Changed
- Fix Discord link by @peelar in #38
- Fix 'acessTokenStorage' typo by @p-febis in #39
- Fix example conditional for error handling by @krzysztofwolski in #40
- Update Node to 22.x and GHA workflow by @krzysztofzuraw in #41
- Update discord link by @krzysztofzuraw in #42
- feat: support urql v5 (peer: v4 || v5) by @EugenBodanov in #45
- Update Cookie package by @lkostrowski in #46
New Contributors
- @peelar made their first contribution in #38
- @krzysztofwolski made their first contribution in #40
- @EugenBodanov made their first contribution in #45
Full Changelog: 1.0.2...1.0.3
1.0.2
Thanks @p-febis for adding Next.js 15 support
See updated readme for update usage
What's Changed
- Fix typo in README.md by @pitkes22 in #30
- Create CODEOWNERS by @lkostrowski in #31
- Update CODEOWNERS by @krzysztofzuraw in #34
- Migrate to Next.js 15 by @p-febis in #36
- Bump version by @lkostrowski in #37
New Contributors
- @pitkes22 made their first contribution in #30
- @lkostrowski made their first contribution in #31
- @krzysztofzuraw made their first contribution in #34
- @p-febis made their first contribution in #36
Full Changelog: 1.0.1...1.0.2
1.0.0
Features
- Default in-memory storage for access token can be now overridden by providing the
accessTokenStorageargument inSaleorAuthClient - This enables support for server-side auth flows where access token is stored in cookies
- New export path is added:
@saleor/auth-sdk/next/serverthat exportsgetNextServerCookiesStoragemeant for best compatibility with Next.js 13+ App Router. See this example for details.
BREAKING CHANGES
storageargument inSaleorAuthClienthas been renamed torefreshTokenStorage
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
What's Changed
Breaking Change
- removed the
useSaleorAuthClienthook in favor of thecreateSaleorAuthClientfunction - removed the hook wrapper for Apollo client
- removed the hook wrapper for urql client
- removed detach for checkout
Full Changelog: 0.9.0...0.10.0