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 ?
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