node-oauth1
This is an implementation of OAuth-1.0a signatures, originally by Netflix, Inc.
Installation
Install using
$ npm install node-oauth1
License
Apache-2.0
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdnode-oauth1 |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnode-oauth1
WebJar for node-oauth1
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
node-oauth1-1.2.2.pom | |
node-oauth1-1.2.2.jar | 9 KB |
node-oauth1-1.2.2-sources.jar | 22 bytes |
node-oauth1-1.2.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/node-oauth1/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>node-oauth1</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/node-oauth1/
implementation 'org.webjars.npm:node-oauth1:1.2.2'
// https://jarcasting.com/artifacts/org.webjars.npm/node-oauth1/
implementation ("org.webjars.npm:node-oauth1:1.2.2")
'org.webjars.npm:node-oauth1:jar:1.2.2'
<dependency org="org.webjars.npm" name="node-oauth1" rev="1.2.2">
<artifact name="node-oauth1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='node-oauth1', version='1.2.2')
)
libraryDependencies += "org.webjars.npm" % "node-oauth1" % "1.2.2"
[org.webjars.npm/node-oauth1 "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : crypto-js | jar | [3.1.9-1] |
This is an implementation of OAuth-1.0a signatures, originally by Netflix, Inc.
Install using
$ npm install node-oauth1
Apache-2.0