LernApp/build/classes/kotlin/main/com/oliver/kidio/backend
aldemirm cb03279c6d feat: add user authentication and protect endpoints with JWT
Added UsersTable to Exposed database schema

Updated KidioRepository interface and implementations for auth methods

Updated Ktor routing, application setup, and integration tests for JWT auth
2026-09-04 11:35:46 +02:00
..
data/database feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
domain/repository feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
plugins feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
security feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
LoginRequest$$serializer.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
LoginRequest$Companion.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
LoginRequest.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
SyncRequest$$serializer.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
SyncRequest$Companion.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
SyncRequest.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
SyncResponse$$serializer.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
SyncResponse$Companion.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
SyncResponse.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
Task$$serializer.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
Task$Companion.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
Task.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
TaskVerifyRequest$$serializer.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
TaskVerifyRequest$Companion.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
TaskVerifyRequest.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
TaskVerifyResponse$$serializer.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
TaskVerifyResponse$Companion.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
TaskVerifyResponse.class feat: add structure, plain data for testing, and api example endpoints 2026-09-02 16:12:52 +02:00
User$$serializer.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
User$Companion.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
User.class feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00