This course explores API authentication methods using Kotlin. You'll learn to implement API Key authentication, manage sessions with cookies, and interact with JWT-secured APIs. By the end, you'll understand how to securely access and interact with protected API routes.
Overview
Syllabus
- Lesson 1: Accessing Protected Routes with API Keys
- Lesson 2: Delving into Session-Based Authentication
- Lesson 3: Introduction to JWTs: Authenticate and Access Protected Endpoints
- Lesson 4: Refreshing JWTs and Signing Out