ruimarinho / authy-client

A complete Authy client with support for TOTP, OneTouch, Phone Verification and Phone Intelligence APIs
122 stars 27 forks source link

authy-client is not in the NPM registry #1

Closed mjabali closed 8 years ago

mjabali commented 8 years ago

Is there any chance you can publish this package on NPM? Thanks a lot!

ruimarinho commented 8 years ago

I'm working on the last updates before publishing a v1.0.0. Just a few more days I suppose.

If you could give this a try on your project, I'd be very happy to integrate your feedback before publishing a final release.

On Wednesday, April 20, 2016, Marcelo Jabali notifications@github.com wrote:

Is there any chance you can publish this package on NPM? Thanks a lot!

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/seegno/authy-client/issues/1

Rui Marinho

mjabali commented 8 years ago

Thanks for the feedback Rui. I've tried the registerUser functionality and it works great. Then, I was trying to use the createApprovalRequest for OneTouch and for some reason the example listed on the README file fails on the async line with a Syntax Error: Unexpected token exception that I'm investigating but if you have any ideas that would be great. Thanks.

On Thu, Apr 21, 2016 at 5:35 AM, Rui Marinho notifications@github.com wrote:

I'm working on the last updates before publishing a v1.0.0. Just a few more days I suppose.

If you could give this a try on your project, I'd be very happy to integrate your feedback before publishing a final release.

On Wednesday, April 20, 2016, Marcelo Jabali notifications@github.com wrote:

Is there any chance you can publish this package on NPM? Thanks a lot!

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/seegno/authy-client/issues/1

Rui Marinho

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/seegno/authy-client/issues/1#issuecomment-212898424

ruimarinho commented 8 years ago

Are you using babel-node to use the await/async syntax? Try with the Promise-based version instead if you'd like to run the code on node 4 without transpiling.

mjabali commented 8 years ago

Thanks. I got it working.

On Fri, Apr 22, 2016 at 7:56 AM, Rui Marinho notifications@github.com wrote:

Are you using babel-node to use the await/async syntax? Try with the Promise-based version instead if you'd like to run the code on node 4 without transpiling.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/seegno/authy-client/issues/1#issuecomment-213463224

ruimarinho commented 8 years ago

Great! I'll close this issue since I'll be publishing this to npm soon.