package
0.0.0-20210725070121-48e79472f579
Repository: https://github.com/samarkin/screen-server.git
Documentation: pkg.go.dev
# Functions
HashPassword generates random salt and calculates password hash.
NewAuthenticationMiddleware creates a new authentication context and provides a middleware func to build middleware instances.
# Structs
PasswordInformation consists of salt and hash.
# Interfaces
AuthenticationContext holds the context of all authentication operations.