Skip to content

Commit f0bba45

Browse files
authored
Update example when "Requires Username" is enabled
1 parent cc48b87 commit f0bba45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/libraries/auth0js/v9/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ To sign up a user, use the `signup` method. This method accepts an options objec
363363
| --- | --- | --- |
364364
| `email` | required | (String) User's email address |
365365
| `password` | required | (String) User's desired password |
366+
| `username` | required\* | (String) User's desired username. \*Required only if using `Username-Password-Authentication` and you have enabled "Requires Username" for the connection |
366367
| `connection` | required | (String) The database connection name on your application upon which to attempt user account creation |
367368
| `user_metadata` | optional | (JSON object) Additional attributes used for user information. Will be stored in [user_metadata](/metadata) |
368369

0 commit comments

Comments
 (0)