I am trying to use the Authentication feature as d...
# ktor
m
I am trying to use the Authentication feature as described here https://ktor.io/features/authentication.html however, I am unable to import. Using
install(Authentication)
Provides no auto-completion for import of Authentication, and the docs does not mention adding/downloading any extra module for using Authenticaiton. Am I missing something?