Skip to content

User authentication client app with Ktor server

Notifications You must be signed in to change notification settings

DarkNDev/KtorAuth

Repository files navigation

KtorAuth

User authentication client app with Ktor server

Usage

  1. App Configuration before starting - Set BASE_URL of server with port in Urls object present in .utils package. If server is hosted locally make sure clearTextTraffic set to true in Manifest under application tag otherwise remove it-
android:usesCleartextTraffic="true"
  1. Demo -
demo.mp4

Libraries Used

  1. Material 3
  2. Navigation Component
  3. Kotlin coroutines
  4. Jetpack Datastore
  5. Lifecycle (ViewModel + LiveData)
  6. Dagger Hilt
  7. Ktor Client with okhttp
  8. Content Negotiation
  9. Kotlin serilization
  10. Client Logging.

Links

Server for usage com.darkndev.ktor-auth

About

User authentication client app with Ktor server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages