https://github.com/doneill/fulcrum-auth
Kotlin Multiplatform Fulcrum authentication app
https://github.com/doneill/fulcrum-auth
Last synced: 3 months ago
JSON representation
Kotlin Multiplatform Fulcrum authentication app
- Host: GitHub
- URL: https://github.com/doneill/fulcrum-auth
- Owner: doneill
- License: apache-2.0
- Created: 2020-07-04T19:29:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T19:41:05.000Z (over 3 years ago)
- Last Synced: 2025-01-25T08:27:04.506Z (4 months ago)
- Language: Kotlin
- Size: 419 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fulcrum Auth
![badge][badge-android]
![badge][badge-ios]
![badge][badge-js]Kotlin Multiplatform app containing authentication with [Fulcrum](https://learn.fulcrumapp.com/)

## Dependencies
- [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html)
- [Kotlin Ktor](https://ktor.io/clients/index.html)
- [Kotlin Serialization](https://github.com/Kotlin/kotlinx.serialization)
- [SQLDelight](https://cashapp.github.io/sqldelight/)## Licensing
A copy of the license is available in the repository's [LICENSE](LICENSE) file.[badge-android]: http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat
[badge-ios]: http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat
[badge-js]: http://img.shields.io/badge/platform-js-F8DB5D.svg?style=flat