phonegap / node-phonegap-build

PhoneGap Build node module to login, create, and build apps.
Apache License 2.0
25 stars 25 forks source link

Adding a function to get qr_code parameter #45

Open adicherafik opened 11 years ago

adicherafik commented 11 years ago

Hi, I'm actually using the node-phonegap-build api and i'm having an issue regarding the generation of the QR code : The only way to let a mobile user get the application using a QR code, is to generate this QR code from the URL https://build.phonegap.com/apps/appIdValue/install?auth_token= tokenValue The problem here is the fact that by having the auth_token, the user can get full access the Phonegap Account used to build the application which may not be appreciated.

I've seen that instead of using auth_token parameter, Phonegap Build use the parameter qr_key Does the node-phonegap-build api forecast the implementation of a function do get this attribute ?

Best regards