-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish to NPM? #1
Comments
As per your request, I will make a (bundled) NPM package. It will take me a couple of days. |
Ok. FYI, I came by another library, oauth-sign, that seems to do more or less the same as yours. |
I think that the main advantage of this project is the extensive test coverage for all the corner cases present in the OAuth specification. This is the test file: signature.tests.js |
Maybe you could coordinate development with @mikeal somehow? One possibility would be to extract the test suite into a module of its own which both libraries could consume. But I'll leave that for you guys to discuss. |
@bebraw That is a good idea. I considered writing tests in Gherkin language so any OAuth signature library can implement them. I never had time to do it. |
Sorry for the delay @bebraw.
|
@bettiolo Ok. Note that I managed to resolve my OAuth issues. But if you want to take the library to the next level, by all means. :) |
Published to npm: https://www.npmjs.org/package/oauth-signature |
Hi,
It would be handy if this module was available through NPM. I hope you publish it.
The text was updated successfully, but these errors were encountered: