Add Home
30
Home.md
Normal file
30
Home.md
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# otp-kt
|
||||||
|
|
||||||
|
`otp-kt` is a Kotlin Multiplatform library that provides common one-time password implementations.
|
||||||
|
|
||||||
|
Supported implementations:
|
||||||
|
- HOTP
|
||||||
|
- TOTP
|
||||||
|
|
||||||
|
## Targets
|
||||||
|
|
||||||
|
| Target | Status |
|
||||||
|
|------------------|---------------|
|
||||||
|
| JVM | Supported |
|
||||||
|
| JavaScript | Supported |
|
||||||
|
| Native (Linux) | Supported |
|
||||||
|
| Native (Windows) | Not Supported |
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Add the following to your `build.gradle.kts`.
|
||||||
|
|
||||||
|
```kotlin
|
||||||
|
repositories {
|
||||||
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation("com.infendro:otp:1.2.2")
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user