Skip to content

Repository files navigation

DID Auth Client Library

The DID Auth Client combines useful tools for implementing DID authentication into your own login solution.

Dependencies

When importing the DID Auth Client into your project, add the jitpack repository in your build.gradle to be able to resolve all uPort Kotlin dependencies.

repositories {
    ...
    maven { url "https://jitpack.io" }
    ...
}

To be able publish you must setup your Maven repository URLs in your ~/gradle/gradle.properties file.

did-auth.publish.url.snapshot=https://my.nexus.com/nexus/content/repositories/snapshots
did-auth.publish.url.releases=https://my.nexus.com/nexus/content/repositories/releases

To set the credentials for the repository, execute the following:

gradle addCredentials --key nexusUser --value <insert-your-nexus-username>
gradle addCredentials --key nexusPassword --value <insert-your-nexus-password>

About

A client library for accessing all the functionality of the DID Auth flow.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages