http4s-jwt-auth_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.profunktor</groupId>
<artifactId>http4s-jwt-auth_2.12</artifactId>
<version>0.0.4</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.profunktor</groupId>
<artifactId>http4s-jwt-auth_2.12</artifactId>
<packaging>jar</packaging>
<description>http4s-jwt-auth</description>
<url>https://http4s-jwt-auth.profunktor.dev/</url>
<version>0.0.4</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>http4s-jwt-auth</name>
<inceptionYear>2019</inceptionYear>
<organization>
<name>Opinionated JWT authentication library for Http4s</name>
<url>https://http4s-jwt-auth.profunktor.dev/</url>
</organization>
<scm>
<url>https://github.com/profunktor/http4s-jwt-auth</url>
<connection>scm:git:https://github.com/profunktor/http4s-jwt-auth.git</connection>
<developerConnection>scm:git:git@github.com:profunktor/http4s-jwt-auth.git</developerConnection>
</scm>
<developers>
<developer>
<id>gvolpe</id>
<name>Gabriel Volpe</name>
<url>https://github.com/gvolpe</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.10</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.12</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_2.12</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_2.12</artifactId>
<version>2.2.1</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.12</artifactId>
<version>0.21.0-RC1</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-blaze-server_2.12</artifactId>
<version>0.21.0-RC1</version>
</dependency>
<dependency>
<groupId>com.pauldijou</groupId>
<artifactId>jwt-core_2.12</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>