02452d02c4
The new user attribute, password_expires_at, is not being returned during auth; this patch adds it. bp password-expires-validation Change-Id: I1f17a849d9da4067d6be7d612c5a561bcb247ebb
23 lines
535 B
JSON
23 lines
535 B
JSON
{
|
|
"token": {
|
|
"methods": [
|
|
"password"
|
|
],
|
|
"expires_at": "2015-11-09T01:42:57.527363Z",
|
|
"extras": {},
|
|
"user": {
|
|
"domain": {
|
|
"id": "default",
|
|
"name": "Default"
|
|
},
|
|
"id": "ee4dfb6e5540447cb3741905149d9b6e",
|
|
"name": "admin",
|
|
"password_expires_at": null
|
|
},
|
|
"audit_ids": [
|
|
"lC2Wj1jbQe-dLjLyOx4qPQ"
|
|
],
|
|
"issued_at": "2015-11-09T00:42:57.527404Z"
|
|
}
|
|
}
|