An open API service indexing awesome lists of open source software.

https://github.com/logto-io/kotlin

🔮 Build authentication and authorization with Logto Kotlin SDK.
https://github.com/logto-io/kotlin

android authentication authorization java jwt kotlin kotlin-android logto mfa multi-tenant oauth2 oidc saml sdk sso

Last synced: 2 months ago
JSON representation

🔮 Build authentication and authorization with Logto Kotlin SDK.

Awesome Lists containing this project

README

          







Logto helps you build the sign-in experience and user identity within minutes.

# Logto Kotlin SDKs
[![Maven Central](https://img.shields.io/maven-central/v/io.logto.sdk/kotlin?logo=android)](https://search.maven.org/artifact/io.logto.sdk/android)
[![Build Status](https://github.com/logto-io/kotlin/actions/workflows/main.yml/badge.svg)](https://github.com/logto-io/kotlin/actions/workflows/main.yml)
[![Codecov](https://img.shields.io/codecov/c/github/logto-io/kotlin)](https://app.codecov.io/gh/logto-io/kotlin?branch=master)

The monorepo for SDKs written in Kotlin.

Check out the [Android SDK tutorial](https://docs.logto.io/sdk/android) for more information.

## Installation
Logto Android SDK is now available on [MavenCentral](https://search.maven.org/search?q=io.logto.sdk).

### Groovy
```groovy
implementation 'io.logto.sdk:android:'
```
### Kotlin
```kotlin
implementation("io.logto.sdk:android:")
```

## Products
| Name | Description |
|---|---|
| Kotlin SDK | Kotlin SDK is used to integrate your JVM client with Logto service |
| Android SDK | Android SDK |

## Resources

[![Website](https://img.shields.io/badge/website-logto.io-8262F8.svg)](https://logto.io/)
[![Docs](https://img.shields.io/badge/docs-logto.io-green.svg)](https://docs.logto.io/)
[![Discord](https://img.shields.io/discord/965845662535147551?logo=discord&logoColor=ffffff&color=7389D8&cacheSeconds=600)](https://discord.gg/UEPaF3j5e6)