freme-project / Broker

FREME Broker
Apache License 2.0
2 stars 0 forks source link

Implement changes to Tildes API #125

Closed jnehring closed 9 years ago

jnehring commented 9 years ago

As written in the Email

andish commented 9 years ago

e-Terminology :

e-Translation:

ArneBinder commented 9 years ago

Implemented. The header "X-Auth-Token" is used as token.

jnehring commented 9 years ago

The header "X-Auth-Token" is used as token.

Actually the FREME key submitted via X-Auth-Token and the tilde key submitted via "key" are two different things. One authenticates against FREME and the other authenticates against Tildes API. @ArneBinder do we need to change the implementation?

andish commented 9 years ago

With token I mean using described keys here: https://github.com/freme-project/technical-discussion/issues/61 @jnehring What is the status of implementation of this?

ArneBinder commented 9 years ago

Ok, I switched to query parameter "key" as token. It should work now. @andish Please close, if it's all right.