- authenticator
 - ldap authenticator
 - 2 factor authentication
 - oauth2
 
Please make sure to initialize a Go module before installing core-go/auth:
go get -u github.com/core-go/authenticationImport:
import "github.com/core-go/authentication"- AuthInfo
 - AuthResult
 - UserAccount
 - Privilege
 - UserInfo
 - StoredUser
 
- Authenticator
 
- UserRepository
 - PrivilegesRepository
 
- TokenConfig
 - TokenGenerator
 
- Configuration
 - OAuth2Info
 - User
 
- OAuth2Service
 - Azure
 
- UserRepository
 - OAuth2UserRepository
 - ConfigurationRepository
 

