object BasicAuth
Basic auth implementation.
This is not very secure type of credential delivery. Use JWT or other method if possible.
BasicAuthCtx |
Context for basic auth check. class BasicAuthCtx<USERID, ROLE> |
authorizationHeader |
const val authorizationHeader: String |