Closed lpenteri closed 8 years ago
Hello @lpenteri ,
what do you mean "asks" for parameter user
? From where did you retrieve this information?
Look here. The username is retrieved from the authentication server after validating the token
.
client_req
objects are deprecated and are no longer used..
So this is not a problem as the user
parameter is not used...
@maciek-slon we also have to update the WebServices list and documentation here to include the object_detection related services
@klpanagi can I push directly to devel after README change? Or should we do a whole round of branch/pull request/merge? ;-)
Hi @klpanagi ,
Yes that's why I thought I have to send it, because I saw it in the client_req objects. Ok then it's not a problem I will not send it. :)
@maciek-slon create a new branch, having devel
as parent and push changes there :)
OK. See #360
Wasn't this parameter removed from the requests of all services and it was supposed to be retrieved internally in the platform after a login call and the authentication of every request would be done through the token?