(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",
|
"_id": "fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
|
||||||
"sites": [
|
"sites": [
|
||||||
"404c8232-9048-4519-bfba-6e78dc7005ca"
|
{
|
||||||
],
|
"siteId": "404c8232-9048-4519-bfba-6e78dc7005ca",
|
||||||
|
"hosts": [ "localhost:7174" ],
|
||||||
|
"role": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
"created": {
|
"created": {
|
||||||
"$date": "2022-01-01T00:00:00.000Z"
|
"$date": "2022-01-01T00:00:00.000Z"
|
||||||
},
|
},
|
||||||
"username": "admin",
|
"username": "admin",
|
||||||
"passwords": {
|
"authentication": {
|
||||||
"password": {
|
"password": {
|
||||||
"hash": "pznndK3nv9bftf/qQxqBy4VjH7Ow9vx2Kd6376oJuqQ=",
|
"hash": "pznndK3nv9bftf/qQxqBy4VjH7Ow9vx2Kd6376oJuqQ=",
|
||||||
"salt": "gkEl1zxGJSLue262mUu5VA==",
|
"salt": "gkEl1zxGJSLue262mUu5VA==",
|
||||||
"created": {
|
"created": {
|
||||||
"$date": "2022-01-01T00:00:00.000Z"
|
"$date": "2022-01-01T00:00:00.000Z"
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"recoveryTokens": [],
|
||||||
},
|
},
|
||||||
|
|
||||||
"expiration": {
|
"expiration": {
|
||||||
@ -37,7 +43,8 @@
|
|||||||
{
|
{
|
||||||
"type": 0,
|
"type": 0,
|
||||||
"value": "john.doe@contoso.com",
|
"value": "john.doe@contoso.com",
|
||||||
"confirmed": false
|
"confirmed": false,
|
||||||
|
"primary": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
@ -59,8 +66,6 @@
|
|||||||
"country": ""
|
"country": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
"tokens": [],
|
"tokens": []
|
||||||
|
|
||||||
"role": 0
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
|
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