Package io.bkbn.kompendium.auth
Base package that is responsible for setting up required authentication route handlers along with exposing wrapper methods for each ktor-auth authentication mechanism.
Houses the available security configurations. At the moment, Basic
, JWT
, ApiKey
, and OAuth
are supported