Closed philosodad closed 9 years ago
When there are no tokens in the client, refresh tokens builds a data structure that has
{ facade: <facade> token: <token> }
But we are expecting
{ <facade>: <token> }
I'm not sure if this causes a problem, but it needs to be checked out.
We actually appear to be getting back the data structure { : }, not sure how the other idea got started.
When there are no tokens in the client, refresh tokens builds a data structure that has
But we are expecting
I'm not sure if this causes a problem, but it needs to be checked out.