oauth-sign

WebJar for oauth-sign

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

oauth-sign
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

jar
Description

Description

oauth-sign
WebJar for oauth-sign
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/request/oauth-sign

Download oauth-sign

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/oauth-sign/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>oauth-sign</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/oauth-sign/
implementation 'org.webjars.npm:oauth-sign:0.9.0'
// https://jarcasting.com/artifacts/org.webjars.npm/oauth-sign/
implementation ("org.webjars.npm:oauth-sign:0.9.0")
'org.webjars.npm:oauth-sign:jar:0.9.0'
<dependency org="org.webjars.npm" name="oauth-sign" rev="0.9.0">
  <artifact name="oauth-sign" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='oauth-sign', version='0.9.0')
)
libraryDependencies += "org.webjars.npm" % "oauth-sign" % "0.9.0"
[org.webjars.npm/oauth-sign "0.9.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

oauth-sign

OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.

Supported Method Signatures

  • HMAC-SHA1
  • HMAC-SHA256
  • RSA-SHA1
  • PLAINTEXT
org.webjars.npm

request

Versions

Version
0.9.0
0.8.2
0.8.1
0.8.0
0.6.0
0.5.0
0.4.0
0.3.0