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.
- Check our documentation
- Visit our website
- Contact us on email: [email protected]
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 therelease
flavor contact us on [email protected].
For additional information, see the Android Installation of the Nevis documentation.
Nevis Mobile Authentication Client SDK is release under a commercial license. See LICENSE for details.
© 2023 made with ❤ by Nevis