Documentation ¶
Overview ¶
Package auth provides utilities for performing tasks related to authentication.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuthVersion ¶
func GetAuthVersion(sessionProvider *db.SessionProvider) (int, error)
GetAuthVersion gets the authentication schema version of the connected server and returns that value as an integer along with any error that occurred.
func VerifySystemAuthVersion ¶
func VerifySystemAuthVersion(sessionProvider *db.SessionProvider) error
VerifySystemAuthVersion returns an error if authentication is not set up for the given server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.