login
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.authress</groupId> <artifactId>login</artifactId> <version>2.3.275</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm.at.authress</groupId> <artifactId>login</artifactId> <version>2.3.275</version> <name>authress login</name> <description>Universal login sdk for Authress authentication as a service. Provides managed authentication for user identity, authentication, and token verification.</description> <url>https://authress.io</url> <organization> <name>Authress Developers</name> <url>https://authress.io</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>rhosys</name> <email>developers@rhosys.ch</email> </developer> <developer> <name>wparad</name> <email>wparad@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/Authress/authress-login.js.git</connection> <developerConnection>https://github.com/Authress/authress-login.js.git</developerConnection> <url>https://github.com/Authress/authress-login.js</url> </scm> <issueManagement> <url>https://github.com/Authress/authress-login.js/issues</url> </issueManagement> <properties> <org.mvnpm-lodash.take.version>[4.1.1,5)</org.mvnpm-lodash.take.version> <org.mvnpm-cookie.version>[0.5.0,0.6)</org.mvnpm-cookie.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>cookie</artifactId> <version>${org.mvnpm-cookie.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>lodash.take</artifactId> <version>${org.mvnpm-lodash.take.version}</version> </dependency> </dependencies> </project>