Finarkein Auth

Auth library for Finarkein's Java API clients

License

License

GroupId

GroupId

io.finarkein.auth
ArtifactId

ArtifactId

finarkien-auth
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

Finarkein Auth
Auth library for Finarkein's Java API clients
Project URL

Project URL

http://github.com/finarkein/finarkein-auth
Source Code Management

Source Code Management

https://github.com/finarkein/finarkein-auth/tree/main

Download finarkien-auth

Filename Size
finarkien-auth-0.3.0.pom 12 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.finarkein.auth/finarkien-auth/ -->
<dependency>
    <groupId>io.finarkein.auth</groupId>
    <artifactId>finarkien-auth</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.finarkein.auth/finarkien-auth/
implementation 'io.finarkein.auth:finarkien-auth:0.3.0'
// https://jarcasting.com/artifacts/io.finarkein.auth/finarkien-auth/
implementation ("io.finarkein.auth:finarkien-auth:0.3.0")
'io.finarkein.auth:finarkien-auth:pom:0.3.0'
<dependency org="io.finarkein.auth" name="finarkien-auth" rev="0.3.0">
  <artifact name="finarkien-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.finarkein.auth', module='finarkien-auth', version='0.3.0')
)
libraryDependencies += "io.finarkein.auth" % "finarkien-auth" % "0.3.0"
[io.finarkein.auth/finarkien-auth "0.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 29.0-jre
org.projectlombok : lombok jar 1.18.10

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1

Project Modules

  • credentials
  • oauth2

Finarkein Auth Build Status

Finarkein authentication client for Java.

Quickstart

Simply add the required dependency in your pom.xml to fetch from Maven Central:

<dependencies>
    <dependency>
      <groupId>io.finarkein.auth</groupId>
      <artifactId>finarkein-auth-credentials</artifactId>
      <version>0.3.0</version>
    </dependency>
    
    <dependency>
      <groupId>io.finarkein.auth</groupId>
      <artifactId>finarkein-auth-oauth2</artifactId>
      <version>0.3.0</version>
    </dependency>
</dependencies>

Install from Github Packages

To install these artifacts from Github Packages, you'll need to configure ~/.m2/settings.xml with your Github's personal access token:

<servers>
    <server>
        <id>github</id>
        <username>username</username>
        <password>personal_access_token</password>
    </server>
</servers>

And further, configure <repositories> either in your .m2/settings.xml or pom.xml.

<repositories>
    <repository>
        <id>github</id> <!-- ensure this matches your settings.xml / server ID -->
        <url>https://maven.pkg.github.com/finarkein/finarkein-auth</url>
    </repository>
</repositories>
io.finarkein.auth

Finarkein Analytics

Next-gen analytics magic.

Versions

Version
0.3.0