donnisnoni / vlingo-auth

The VLINGO/PLATFORM authentication and authorization service used by platform components, and also suitable for hosted platform services and applications.

Home Page:vlingo-auth-ui.donnisnoni.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vlingo-auth

Javadocs Build Download Gitter chat

The VLINGO/PLATFORM authentication and authorization service used by platform components, and also suitable for hosted platform services and applications.

Docs: https://docs.vlingo.io/vlingo-auth

Bintray

  <repositories>
    <repository>
      <id>jcenter</id>
      <url>https://jcenter.bintray.com/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>io.vlingo</groupId>
      <artifactId>vlingo-auth</artifactId>
      <version>1.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
dependencies {
    compile 'io.vlingo:vlingo-auth:1.3.0'
}

repositories {
    jcenter()
}

License (See LICENSE file for full license)

Copyright © 2012-2020 VLINGO LABS. All rights reserved.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

About

The VLINGO/PLATFORM authentication and authorization service used by platform components, and also suitable for hosted platform services and applications.

vlingo-auth-ui.donnisnoni.vercel.app

License:Mozilla Public License 2.0


Languages

Language:Java 100.0%