Documentation ¶
Overview ¶
Package auth provides authentication and authorization routines like login and session handling.
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
}
func (Auth) CreateSession ¶
CreateSession redeems session_init id for a full login session.
type InitSession ¶
InitSession represents a potential session. If the session is acknowledged before it expires, a full session created granting authenticated access.
Click to show internal directories.
Click to hide internal directories.