akka-http-oauth1


License

License

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.github.dafutils
ArtifactId

ArtifactId

akka-http-oauth1_2.12
Last Version

Last Version

0.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

akka-http-oauth1
akka-http-oauth1
Project URL

Project URL

https://github.com/dafutils/akka-http-oauth1
Project Organization

Project Organization

com.github.dafutils
Source Code Management

Source Code Management

https://github.com/dafutils/akka-http-oauth1

Download akka-http-oauth1_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dafutils/akka-http-oauth1_2.12/ -->
<dependency>
    <groupId>com.github.dafutils</groupId>
    <artifactId>akka-http-oauth1_2.12</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dafutils/akka-http-oauth1_2.12/
implementation 'com.github.dafutils:akka-http-oauth1_2.12:0.2.4'
// https://jarcasting.com/artifacts/com.github.dafutils/akka-http-oauth1_2.12/
implementation ("com.github.dafutils:akka-http-oauth1_2.12:0.2.4")
'com.github.dafutils:akka-http-oauth1_2.12:jar:0.2.4'
<dependency org="com.github.dafutils" name="akka-http-oauth1_2.12" rev="0.2.4">
  <artifact name="akka-http-oauth1_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dafutils', module='akka-http-oauth1_2.12', version='0.2.4')
)
libraryDependencies += "com.github.dafutils" % "akka-http-oauth1_2.12" % "0.2.4"
[com.github.dafutils/akka-http-oauth1_2.12 "0.2.4"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.3
ch.qos.logback : logback-classic jar 1.2.3
com.typesafe.scala-logging : scala-logging_2.12 jar 3.7.2
oauth.signpost : signpost-core jar 1.2.1.2
oauth.signpost : signpost-commonshttp4 jar 1.2.1.2

provided (1)

Group / Artifact Type Version
com.typesafe.akka : akka-http_2.12 jar 10.0.10

test (3)

Group / Artifact Type Version
com.typesafe.akka : akka-http-testkit_2.12 jar 10.0.10
org.scalatest : scalatest_2.12 jar 3.0.4
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

akka-http-oauth1

Build Status Codacy Badge Codacy Badge

An authentication directive for Akka-Http for handling authentication of requests signed with OAuth1.

com.github.dafutils

Versions

Version
0.2.4
0.2.3
0.2.1
0.1.6
0.1.5
0.1.4
0.1.2