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.
lock
1 parent 90bd357 commit 791fc27Copy full SHA for 791fc27
src/lib/types.ts
@@ -44,6 +44,12 @@ export type SupabaseClientOptions<SchemaName> = {
44
* If debug messages for authentication client are emitted. Can be used to inspect the behavior of the library.
45
*/
46
debug?: boolean
47
+ /**
48
+ * Provide your own locking mechanism based on the environment. By default no locking is done at this time.
49
+ *
50
+ * @experimental
51
+ */
52
+ lock?: SupabaseAuthClientOptions['lock']
53
}
54
/**
55
* Options passed to the realtime-js instance
0 commit comments