Skip to content

Commit

Permalink
feat: 🏷️ add withSession flag to SecondarySignInOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfactory-frank-spee committed Nov 5, 2024
1 parent d77805e commit 930aae3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,12 @@ export interface SecondarySignInOptions extends Record<string, unknown> {
* @default false
*/
external?: boolean
/**
* Whether `getSession` is called. If set to false, you have to manually call `getSession` to get the session data.
*
* @default true
*/
withSession?: boolean
}

export interface SignUpOptions extends SecondarySignInOptions {
Expand Down

0 comments on commit 930aae3

Please sign in to comment.