Last active
November 18, 2021 10:58
-
-
Save jscyo/5ea6e8aee986997697253c454d8189ba to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "userData": [ | |
| { | |
| "email": "test@gmail.com", | |
| "email_verified": true, | |
| "identities": [ | |
| { | |
| "user_id": "6093d157b1cc582332n379ef", | |
| "provider": "auth0", | |
| "connection": "Username-Password-Authentication", | |
| "isSocial": false | |
| } | |
| ], | |
| "name": "test@gmail.com", | |
| "nickname": "user", | |
| "updated_at": "2021-11-18T07:17:50.395Z", | |
| "user_id": "auth0|6093d157b1cc582332n379ef", | |
| "user_metadata": { | |
| "location": "us" | |
| }, | |
| "last_password_reset": "2021-11-12T10:09:50.142Z", | |
| "last_login": "2021-11-18T07:17:50.395Z", | |
| "logins_count": 26, | |
| "blocked_for": [], | |
| "guardian_authenticators": [] | |
| } | |
| ], | |
| "passwordHashes": [ | |
| { | |
| "_id": { | |
| "$oid": "6093d157b1cc582332n379ef" | |
| }, | |
| "email_verified": false, | |
| "email": "test@gmail.com", | |
| "passwordHash": "$2b$10$S5fBwYDP2hectRgS7HxFIe.ecyMyLWe4esN8le97nrUu.gbxVYHMS", | |
| "password_set_date": { | |
| "$date": "2021-03-05T16:35:16.775Z" | |
| }, | |
| "tenant": "random", | |
| "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