Skip to content

DarkNDev/com.darkndev.notes-api

Repository files navigation

com.darkndev.notes-api

Notes Api with Authentication

Usage

  1. Creating then signing user with password hashing and token generation -
Signing.mp4
  1. Adding Notes -
AddingNote.mp4
  1. Editing and Deleting Notes -
EditingDeletingNote.mp4

Libraries Used

  1. Content Negotiation
  2. Kotlin serialization
  3. Logging
  4. JWT Authentication
  5. Exposed with PostgreSQL
  6. Apache commons codec

Links

Authentication usage example -

  1. Server for usage com.darkndev.ktor-auth
  2. Client Android app for usage KtorAuth

Android app for usage NetKeep