//
pkg.gl
Category
github.com/vogtp/go-basic-auth
backend
package
0.2.4
Repository:
https://github.com/vogtp/go-basic-auth.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
81 SLOC
#
Functions
NewInMemory
NewInMemory creates a new in memory backen a memoryBackend uses user, password from a map and ignores groups.
NewLdap
NewLdap returns a new ldap backend based on go-ad-auth/v3.
#
Structs
InMemory
InMemory is a authentication backend that uses a user password map it does not use groups.
Ldap
Ldap is a backend to do LDAP authentication.