(refactor): solution folder structure and password recovery methods
This commit is contained in:
parent
f274f96b4d
commit
7033f00664
@ -2,19 +2,25 @@
|
||||
{
|
||||
"_id": "fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
|
||||
"sites": [
|
||||
"404c8232-9048-4519-bfba-6e78dc7005ca"
|
||||
],
|
||||
{
|
||||
"siteId": "404c8232-9048-4519-bfba-6e78dc7005ca",
|
||||
"hosts": [ "localhost:7174" ],
|
||||
"role": 0
|
||||
}
|
||||
],
|
||||
"created": {
|
||||
"$date": "2022-01-01T00:00:00.000Z"
|
||||
},
|
||||
"username": "admin",
|
||||
"passwords": {
|
||||
"authentication": {
|
||||
"password": {
|
||||
"hash": "pznndK3nv9bftf/qQxqBy4VjH7Ow9vx2Kd6376oJuqQ=",
|
||||
"salt": "gkEl1zxGJSLue262mUu5VA==",
|
||||
"created": {
|
||||
"$date": "2022-01-01T00:00:00.000Z"
|
||||
}
|
||||
},
|
||||
|
||||
"recoveryTokens": [],
|
||||
},
|
||||
|
||||
"expiration": {
|
||||
@ -37,7 +43,8 @@
|
||||
{
|
||||
"type": 0,
|
||||
"value": "john.doe@contoso.com",
|
||||
"confirmed": false
|
||||
"confirmed": false,
|
||||
"primary": true
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
@ -59,8 +66,6 @@
|
||||
"country": ""
|
||||
},
|
||||
|
||||
"tokens": [],
|
||||
|
||||
"role": 0
|
||||
"tokens": []
|
||||
}
|
||||
]
|
||||
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user