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>2.0.2</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>2.0.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
<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://gvolpe.com</url>
<email>volpegabriel@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.20</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.12</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_2.12</artifactId>
<version>3.5.7</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_2.12</artifactId>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.12</artifactId>
<version>0.23.30</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-server_2.12</artifactId>
<version>0.23.30</version>
</dependency>
<dependency>
<groupId>com.github.jwt-scala</groupId>
<artifactId>jwt-core_2.12</artifactId>
<version>10.0.1</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_2.12</artifactId>
<version>1.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>