http4s-jwt-auth-middleware


License

License

MIT
GroupId

GroupId

com.gaborpihaj
ArtifactId

ArtifactId

http4s-jwt-auth-middleware_2.13
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

http4s-jwt-auth-middleware
http4s-jwt-auth-middleware
Project Organization

Project Organization

com.gaborpihaj
Source Code Management

Source Code Management

https://github.com/voidcontext/http4s-jwt-auth-middleware

Download http4s-jwt-auth-middleware_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.gaborpihaj/http4s-jwt-auth-middleware_2.13/ -->
<dependency>
    <groupId>com.gaborpihaj</groupId>
    <artifactId>http4s-jwt-auth-middleware_2.13</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gaborpihaj/http4s-jwt-auth-middleware_2.13/
implementation 'com.gaborpihaj:http4s-jwt-auth-middleware_2.13:0.4.0'
// https://jarcasting.com/artifacts/com.gaborpihaj/http4s-jwt-auth-middleware_2.13/
implementation ("com.gaborpihaj:http4s-jwt-auth-middleware_2.13:0.4.0")
'com.gaborpihaj:http4s-jwt-auth-middleware_2.13:jar:0.4.0'
<dependency org="com.gaborpihaj" name="http4s-jwt-auth-middleware_2.13" rev="0.4.0">
  <artifact name="http4s-jwt-auth-middleware_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gaborpihaj', module='http4s-jwt-auth-middleware_2.13', version='0.4.0')
)
libraryDependencies += "com.gaborpihaj" % "http4s-jwt-auth-middleware_2.13" % "0.4.0"
[com.gaborpihaj/http4s-jwt-auth-middleware_2.13 "0.4.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3
org.http4s : http4s-server_2.13 jar 0.21.8
org.http4s : http4s-dsl_2.13 jar 0.21.8
com.pauldijou : jwt-core_2.13 jar 4.3.0

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.2.2
io.circe : circe-generic_2.13 jar 0.13.0
io.circe : circe-parser_2.13 jar 0.13.0

Project Modules

There are no modules declared in this project.

http4s-jwt-auth-middleware Build Status

A JWT authentication middleware for Http4s

Versions

Version
0.4.0
0.3.0
0.2.0