package
2.12.0+incompatible
Repository: https://github.com/adguardteam/adguarddns.git
Documentation: pkg.go.dev

# Functions

NewPasswordHashBcrypt returns a new bcrypt hashed password authenticator.

# Structs

AllowAuthenticator is an empty authenticator implementation that always grants access, regardless of any restrictions.
PasswordHashBcrypt is the Bcrypt implementation of [Authenticator].

# Interfaces

Authenticator represents a password authenticator.