http4s-jwt-auth_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.profunktor</groupId>
<artifactId>http4s-jwt-auth_3</artifactId>
<version>2.0.15</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_3</artifactId>
<packaging>jar</packaging>
<description>http4s-jwt-auth</description>
<url>https://http4s-jwt-auth.profunktor.dev/</url>
<version>2.0.15</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>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_3</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_3</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_3</artifactId>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_3</artifactId>
<version>0.23.34</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-server_3</artifactId>
<version>0.23.34</version>
</dependency>
<dependency>
<groupId>com.github.jwt-scala</groupId>
<artifactId>jwt-core_3</artifactId>
<version>11.0.4</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>Apache public</id>
<name>Apache public</name>
<url>https://repository.apache.org/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>
</project>