Just a suggestion for your wonderful product... I...
# support-questions-legacy
b
Just a suggestion for your wonderful product... I think that it cloud be better to add a machine-friendly status field for signaling an expired token and similar stuffs. The
message
field it is not the best for machine-side parsing, a status message with strict enum-values could be really useful!
Copy code
{
  "status": "refresh-needed",
  "message": "try refresh token"
}