You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Few Questions:
(1) Why not write the phantomjs script such that a user provides username/password as arguments on command line and then doesn't even have to visit the signup page? Is it because that would violate some legal pretext for linkedin/flicker etc?
(2) I want to remove all friction for those who want to use my module - https://github.com/ShoppinPal/vend-tools ... but part of that is simplifying the process to get their accessToken to a point where all they do is type vend-tools setup -u username -p password and then underneath phantomjs gets everything wrapped up nice & neat and persists an oauth.json file for reuse when other commands run. Is this a pipe dream or something I can accomplish by referring to your codebase or maybe reusing your module?
(3) I read through this: http://blog.oauth.io/casperjs-automated-testing-oauth-flow/ but the coffeescript threw me off.
(4) Perhaps these questions weren't "issue" worthy ... would you mind opening a public chat room linked to this repo on https://gitter.im? Like https://gitter.im/chbrown/autoauth ... it will be free since your project is public and issues won't get cluttered by questions ... plus the community that uses your code can also answer Qs. Also its all the rage these days :P
The text was updated successfully, but these errors were encountered:
Cool module!
Few Questions:
(1) Why not write the phantomjs script such that a user provides username/password as arguments on command line and then doesn't even have to visit the signup page? Is it because that would violate some legal pretext for linkedin/flicker etc?
(2) I want to remove all friction for those who want to use my module - https://github.com/ShoppinPal/vend-tools ... but part of that is simplifying the process to get their accessToken to a point where all they do is type
vend-tools setup -u username -p password
and then underneath phantomjs gets everything wrapped up nice & neat and persists an oauth.json file for reuse when other commands run. Is this a pipe dream or something I can accomplish by referring to your codebase or maybe reusing your module?(3) I read through this: http://blog.oauth.io/casperjs-automated-testing-oauth-flow/ but the coffeescript threw me off.
(4) Perhaps these questions weren't "issue" worthy ... would you mind opening a public chat room linked to this repo on https://gitter.im? Like https://gitter.im/chbrown/autoauth ... it will be free since your project is public and issues won't get cluttered by questions ... plus the community that uses your code can also answer Qs. Also its all the rage these days :P
The text was updated successfully, but these errors were encountered: