Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

v0.4.0

Choose a tag to compare

@jwm0 jwm0 released this 09 Dec 17:56
· 1 commit to next since this release

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

v0.4.0-7...v0.4.0