Skip to content

Commit

Permalink
feat: add experimental lock auth option
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Aug 22, 2023
1 parent 90bd357 commit b05ac2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ export type SupabaseClientOptions<SchemaName> = {
* If debug messages for authentication client are emitted. Can be used to inspect the behavior of the library.
*/
debug?: boolean
/**
* Provide your own locking mechanism based on the environment. By default no locking is done at this time.
*
* @experimental
*/
lock?: SupabaseAuthClientOptions['lock']
}
/**
* Options passed to the realtime-js instance
Expand Down

0 comments on commit b05ac2c

Please sign in to comment.