phonegap / node-phonegap-build

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

Implement the global event: login #34

Closed mwbrooks closed 11 years ago

mwbrooks commented 11 years ago

This event should be fired whenever the login credentials are needed. The user can then call the callback once the credentials are available.

Currently, phonegap-cli implements this event.