Home

Awesome

KOAuth Sync - OAuth 1.0a Provider & Consumer Library in Scala

Same as koauth but not in asynchronous mode. All the methods are sync calls. All outputs are direct types, not Futures.

This library aids calculations according to the OAuth 1.0a specifications for both HTTP server and client.

See the rest of the README in the original project.

<dependency>
    <groupId>com.hunorkovacs</groupId>
    <artifactId>koauth-sync_2.11</artifactId>
    <version>1.1.0</version>
</dependency>

or

resolvers += "Sonatype Releases" at "https://oss.sonatype.org/content/repositories/releases/"

libraryDependencies += "com.hunorkovacs" %% "koauth-sync" % "1.1.0"

Versions are matched to koauth's versions.

Hunor Kovács kovacshuni@yahoo.com
hunorkovacs.com
Licensed under the Apache License, Version 2.0 .