This repository was archived by the owner on Mar 18, 2026. It is now read-only.
v0.4.0
SDK 0.4 is here ✨
Major rewrite, the package is now much more lightweight and focuses on the essentials. What's included?
- full authentication support (for both customers and admins/staff) with secure cookie authentication flow, tokens are no longer stored anywhere accessible from the window/global scope
- supports short TTL access token with token auto token refresh 🚀
- SSR ready
- fully typed
- React hooks included
- all user/auth mutations included, for everything else we recommend writing your own queries/mutations to take full advantage of GraphQL