Skip to content

Integrate MojoAuth into your Android App with ease. Our Android SDK provides seamless support for advanced authentication features such as PassKeys, SMS, OIDC, SAML, Social Sign-In, MFA, FIDO, OTP, and passwordless login. Experience top-tier security and performance with our API-first solution.

License

Notifications You must be signed in to change notification settings

MojoAuth/android-sdk-v0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MojoAuth

Android SDK

Prerequisites

Android SDK Version >= 16

Build Tools Version = 29.0.0 (changeable in build.gradle)

Android Studio >= 3.4.1

Integrate MojoAuth

To start Integrating MojoAuth using Android sdk, follow below mentioned steps:

  • To download the SDK, please go to the MojoAuth github repository.

  • For Gradle based installation, add the following dependency in your app’s build.gradle:

    implementation 'com.mojoauth.android:mojoauth-sdk:1.2.1'

Initialize SDK

Before using the SDK, you must initialize the SDK with the help of following code:

MojoAuthSDK.Initialize initialize = new MojoAuthSDK.Initialize();
initialize.setApiKey("<Enter_APIKEY>");

Manifest Settings

After creating a new Android project, follow the installation section of this document. Ensure the MojoAuth Android SDK is linked to your new project as a library.

Add the following permissions to the AndroidManifest.xml:

<uses-permission android:name="android.permission.INTERNET" />

How to contribute

We appreciate all kinds of contributions from anyone, be it finding an issue or writing a blog.

Please check the contributing guide to become a contributor.

License

For more information on licensing, please refer to License

About

Integrate MojoAuth into your Android App with ease. Our Android SDK provides seamless support for advanced authentication features such as PassKeys, SMS, OIDC, SAML, Social Sign-In, MFA, FIDO, OTP, and passwordless login. Experience top-tier security and performance with our API-first solution.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages