a tiny oauth browser client for atproto using a service worker
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump indexeddb store version

+2 -2
+1 -1
atsw.js
··· 133 133 } 134 134 135 135 const DB_NAME = "atproto:oauth"; 136 - const DB_VERSION = 3; 136 + const DB_VERSION = 4; 137 137 138 138 /** @type {Promise<IDBDatabase> | null} */ 139 139 let dbPromise = null;
+1 -1
example/atsw.js
··· 133 133 } 134 134 135 135 const DB_NAME = "atproto:oauth"; 136 - const DB_VERSION = 3; 136 + const DB_VERSION = 4; 137 137 138 138 /** @type {Promise<IDBDatabase> | null} */ 139 139 let dbPromise = null;