12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"users": [
|
|
{
|
|
"username": "ada",
|
|
"password": "secret",
|
|
"failedAttempts": 0,
|
|
"lockedUntil": null,
|
|
"lastLoginAt": null
|
|
}
|
|
]
|
|
}
|