This commit is contained in:
@@ -143,11 +143,12 @@ namespace AyaNova.Api.Controllers
|
||||
//and remove the issued, expires id etc so that all that is returned is an encoded token with that info in it
|
||||
return Ok(new ApiOkResponse(new
|
||||
{
|
||||
ok = 1,
|
||||
issued = iat,
|
||||
expires = exp,
|
||||
token = token,
|
||||
id = u.Id
|
||||
// ok = 1,
|
||||
// issued = iat,
|
||||
// expires = exp,
|
||||
token = token
|
||||
//,
|
||||
//id = u.Id
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user