nee-ctx-web-ktor / dev.neeffect.nee.ctx.web / BasicAuth

BasicAuth

object BasicAuth

Basic auth implementation.

This is not very secure type of credential delivery. Use JWT or other method if possible.

Types

BasicAuthCtx

Context for basic auth check.

class BasicAuthCtx<USERID, ROLE>

Properties

authorizationHeader

const val authorizationHeader: String