implementation("io.ktor:ktor-server-auth-jwt:3.4.2")
Enables JWT-based authentication in web applications, supporting HS256 and RS256 algorithms for secure token verification.