implementation("io.ktor:ktor-server-auth-jwt:2.0.0-beta-1")
Enables JWT-based authentication, allowing secure verification and validation of JSON Web Tokens in server applications.