You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2021. It is now read-only.
I have been having some issues with using transports custom url funcitonality
specifically, when doing the following in a browser:
const urlTransport = transport.url.send();
urlTransport(data);
were data is a jwt, like the following:
eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NkstUiJ9.eyJpYXQiOjE1ODYzMzg4ODYsImV4cCI6MTU4NjMzOTQ4NiwicGVybWlzc2lvbnMiOlsibm90aWZpY2F0aW9ucyJdLCJjYWxsYmFjayI6Imh0dHBzOi8vNmEzZGIyMTUubmdyb2suaW8vb25seUNvbm5lY3Rpb25SZXNwb25zZT9zZWFsU2Vzc2lvbj00ZjdiOTgxYi1iZmYzLTRhNmYtODQ1ZS00MmY3OWU1NWY2ZGIiLCJ2YyI6WyJleUowZVhBaU9pSktWMVFpTENKaGJHY2lPaUpGVXp......
Hey everyone,
I have been having some issues with using transports custom url funcitonality
specifically, when doing the following in a browser:
const urlTransport = transport.url.send();
urlTransport(data);
were data is a jwt, like the following:
eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NkstUiJ9.eyJpYXQiOjE1ODYzMzg4ODYsImV4cCI6MTU4NjMzOTQ4NiwicGVybWlzc2lvbnMiOlsibm90aWZpY2F0aW9ucyJdLCJjYWxsYmFjayI6Imh0dHBzOi8vNmEzZGIyMTUubmdyb2suaW8vb25seUNvbm5lY3Rpb25SZXNwb25zZT9zZWFsU2Vzc2lvbj00ZjdiOTgxYi1iZmYzLTRhNmYtODQ1ZS00MmY3OWU1NWY2ZGIiLCJ2YyI6WyJleUowZVhBaU9pSktWMVFpTENKaGJHY2lPaUpGVXp......
I get redirect inside the browser, to the url:
https://id.uport.me/req/eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NkstUiJ9.eyJpYXQiOjE1ODYzMzg4ODYsImV4cCI6MTU4NjMzOTQ4NiwicGVybWlzc2lvbnMiOlsibm90......
but the mobile app does not start...
It is like the the app is not catching the intent filter. Both in android and ios
anyone have any clues?
many thanks!
The text was updated successfully, but these errors were encountered: