Skip to content

A repository that exposes the Nevis Mobile Authentication SDK Android artifacts publicly

License

Notifications You must be signed in to change notification settings

nevissecurity/nevis-mobile-authentication-sdk-android-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Nevis Logo

Nevis Mobile Authentication Client SDK

The Nevis Mobile Authentication Client SDK is a software development kit to develop native mobile applications, that are capable of carrying out FIDO UAF 1.1-based authentication in combination with a Nevis Mobile Authentication backend. The Nevis Mobile Authentication Client SDK is part of the Nevis Mobile Authentication solution, and it is designed to offer maximum flexibility. You can embed the Nevis Mobile Authentication Client SDK into existing native iOS and Android mobile applications to enhance them with Nevis Mobile Authentication capabilities, or use the SDK in a new mobile application written from scratch.

Communication

Installation with Gradle

The Nevis Mobile Authentication Client SDK is published as a GitHub package in this repository. You have to specify this repository in the build.gradle of your application.

buildscript {
    repositories {
        maven {
            url "https://maven.pkg.github.com/nevissecurity/nevis-mobile-authentication-sdk-android-package"
            credentials {
               username = <GITHUB_USERNAME>
               password = <GITHUB_PERSONAL_ACCESS_TOKEN>
            }
        }
    }
}

Warning Accessing GitHub packages requires you to have a GitHub account. You must provide a Personal Access Token, as described here.

Then you can use the Mobile Authentication SDK, by declaring as a dependency in your build.gradle:

dependencies {
    implementation "ch.nevis:nevis-mobile-authentication-sdk-android-debug:3.8.0.1647"
}

Warning This repository only exposes the debug flavor. To use the release flavor contact us on [email protected].

For additional information, see the Android Installation of the Nevis documentation.

License

Nevis Mobile Authentication Client SDK is release under a commercial license. See LICENSE for details.

© 2023 made with ❤ by Nevis

About

A repository that exposes the Nevis Mobile Authentication SDK Android artifacts publicly

Resources

License

Stars

Watchers

Forks

Packages