boltcard / bolt-nfc-android-app

Program your bolt card easily from your android mobile with this app
MIT License
36 stars 14 forks source link

use a shortcode/deeplink #37

Open PeterRounce opened 1 year ago

PeterRounce commented 1 year ago

it would be great to have a shortcode like boltcardnfc://my-web-address/new?a=my-one-time-code so that other wallet could automatically open the app with the right code automatically fetched.

related issue #36

robertclarkson commented 1 year ago

Would this request be a POST as well - or specified?

PeterRounce commented 1 year ago

I think it could be either GET or POST.

I suggest a default of GET as we have now, and adding a parameter to the URI, e.g. use_post=true if POST is implemented as an option, as in #36 .