implementation("io.ktor:ktor-server-auth:2.0.0-beta-1")
Enables server-side authentication and authorization, supporting various schemes like Basic, Digest, Form, and Session-based authentication.