Learn how to manage users using the Nile Auth Dashboard
users.users
table. The dashboard, APIs
and SDK all use this table and therefore have access to the same properties.
<EmailSignInButton />
component.
You can learn how to use it in the Email Verification guide.
In addition, you may want to verify (or unverify) a user’s email address manually.
You can do this by updating the emailVerified
property in the users.users
table.
This will mark the user as verified starting from the current time.
emailVerified
property to NULL
.