Documentation ¶
Overview ¶
Package auth defines the authentication layer of the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Auth is a service that provides HTTP handlers and middlewares used for authentication.
It uses a time-based nonce. The nonce is encrypted with the private key.
Click to show internal directories.
Click to hide internal directories.