Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Custom url on android #56

Open
endimion opened this issue Apr 8, 2020 · 0 comments
Open

Custom url on android #56

endimion opened this issue Apr 8, 2020 · 0 comments

Comments

@endimion
Copy link

endimion commented Apr 8, 2020

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant