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.
- Host: GitHub
- URL: https://github.com/logto-io/kotlin
- Owner: logto-io
- License: mit
- Created: 2021-08-18T15:53:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T09:26:30.000Z (about 1 year ago)
- Last Synced: 2025-03-25T06:23:09.019Z (7 months ago)
- Topics: android, authentication, authorization, java, jwt, kotlin, kotlin-android, logto, mfa, multi-tenant, oauth2, oidc, saml, sdk, sso
- Language: Kotlin
- Homepage: https://docs.logto.io/quick-starts/android
- Size: 901 KB
- Stars: 8
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()
Logto helps you build the sign-in experience and user identity within minutes.# Logto Kotlin SDKs
[](https://search.maven.org/artifact/io.logto.sdk/android)
[](https://github.com/logto-io/kotlin/actions/workflows/main.yml)
[](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
[](https://logto.io/)
[](https://docs.logto.io/)
[](https://discord.gg/UEPaF3j5e6)