pryv / app-web

(Deprecated) Pryv for the web a.k.a. ‘the browser’
0 stars 2 forks source link

Add/bringback caller id notion with sharings #19

Closed tmodoux closed 6 years ago

tmodoux commented 6 years ago

Caller id notion was not working with sharings through the Pryv browser because the separator between token and callerid was not matching the one expected by the API (space).

Through this PR, we ensure that the client-side callerid separator (+) is replaced by the API separator (space) before creating the sharing Connections.

It has been tested on a local app-web (with a domain hardcoded to pryv.me) with the following steps:

kschiess commented 6 years ago

😀