From fe0ace8c95cdaff537577d211be94586868843e1 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Thu, 11 Aug 2022 13:21:46 -0700 Subject: [PATCH] graceful upgrade from localstorage to idb without breaking sessions --- docs/generated/changelog.html | 1 + packages/auth-client/src/index.test.ts | 63 +++++++++++++++++++++++++- packages/auth-client/src/index.ts | 22 ++++++++- 3 files changed, 84 insertions(+), 2 deletions(-) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index 4e86bf006..00cbcedce 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -19,6 +19,7 @@

Version 0.12.3

+
  • AuthClient migrates gracefully from localstorage to IDB when upgrading
  • Version 0.12.2