-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs and support set_email_verified (#295)
- Loading branch information
1 parent
036c3e7
commit 2f24aae
Showing
13 changed files
with
263 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -307,6 +307,15 @@ export interface PasswordsMigrateRequest { | |
* behavior details. | ||
*/ | ||
untrusted_metadata?: Record<string, any>; // eslint-disable-line @typescript-eslint/no-explicit-any | ||
/** | ||
* Whether to set the user's email as verified. This is a dangerous field. Incorrect use may lead to users | ||
* getting erroneously | ||
* deduplicated into one user object. This flag should only be set if you can attest that | ||
* the user owns the email address in question. | ||
* Access to this field is restricted. To enable it, please send us a note at | ||
* [email protected]. | ||
*/ | ||
set_email_verified?: boolean; | ||
// The name of the user. Each field in the name object is optional. | ||
name?: Name; | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.