Skip to content

Instantly share code, notes, and snippets.

@Tanver-Hasan
Created March 28, 2022 12:37
Show Gist options
  • Save Tanver-Hasan/0a93a8d0a38332e92c6d5c42fdf638ee to your computer and use it in GitHub Desktop.
Save Tanver-Hasan/0a93a8d0a38332e92c6d5c42fdf638ee to your computer and use it in GitHub Desktop.
// Exported user profile
{
"created_at": "2019-09-13T10:31:27.130Z",
"email": "[email protected]",
"email_verified": false,
"identities": [
{
"profileData": {
"email": "[email protected]",
"email_verified": false,
"username": "b00316640888888",
"nickname": "b00316640888888"
},
"user_id": "5d7b6fffb797710dc5c50469",
"provider": "auth0",
"connection": "Username-Password-Authentication",
"isSocial": false
}
],
"last_ip": "82.13.234.190",
"last_login": "2019-09-13T10:31:27.565Z",
"logins_count": 1,
"name": "[email protected]",
"nickname": "b00316640888888",
"picture": "https://s.gravatar.com/avatar/6f117ce8d8770de71a09faf038b94195?s=480&r=pg&d=https%3A%2F%2Fcdn.auth0.com%2Favatars%2Fb0.png",
"updated_at": "2019-09-13T10:31:27.565Z",
"user_id": "auth0|5d7b6fffb797710dc5c50469",
"username": "b00316640888888"
}
//Exported password hash
{
"_id": {
"$oid": "5d7b6fffb797710dc5c50469"
},
"email_verified": false,
"email": "[email protected]",
"username": "b00316640888888",
"passwordHash": "$2b$10$OIXN3g2ReQXkUJKMpJIe6O18pSK0RToMOLJ9FrXiejYxxxxxx",
"password_set_date": {
"$date": "2019-09-13T10:31:27.108Z"
},
"tenant": "tanver-custom",
"connection": "Username-Password-Authentication",
"_tmp_is_unique": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment