We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2e676 commit da2b0baCopy full SHA for da2b0ba
src/lib/types.ts
@@ -22,6 +22,10 @@ export type SupabaseClientOptions = {
22
* Automatically refreshes the token for logged in users.
23
*/
24
autoRefreshToken?: boolean
25
+ /**
26
+ * Allows to enable/disable multi-tab/window events
27
+ */
28
+ multiTab?: boolean
29
/**
30
* Whether to persist a logged in session to storage.
31
0 commit comments