package
0.2.4
Repository: https://github.com/vogtp/go-basic-auth.git
Documentation: pkg.go.dev

# Functions

NewInMemory creates a new in memory backen a memoryBackend uses user, password from a map and ignores groups.
NewLdap returns a new ldap backend based on go-ad-auth/v3.

# Structs

InMemory is a authentication backend that uses a user password map it does not use groups.
Ldap is a backend to do LDAP authentication.