Documentation
¶
Overview ¶
https provides secure convenience functions for basic auth via secure (TLS) web based communication (client/server) based on the password library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
type Credentials []userpw
func (*Credentials) Compare ¶
func (c *Credentials) Compare(req *http.Request) bool
Compare a list of users.
func (*Credentials) Remove ¶
func (c *Credentials) Remove(user string) error
Click to show internal directories.
Click to hide internal directories.