# Functions
NewStorage creates a auth storage from a backend.
# Constants
MethodHookAuth is used to identify hook auth.
MethodJSONAuth is used to identify json auth.
MethodNoAuth is used to identify no auth.
MethodProxyAuth is used to identify no auth.
# Structs
HookAuth is a hook implementation of an Auther.
JSONAuth is a json implementation of an Auther.
NoAuth is no auth implementation of auther.
ProxyAuth is a proxy implementation of an auther.
ReCaptcha identifies a recaptcha connection.
Storage is a auth storage.
# Interfaces
Auther is the authentication interface.
StorageBackend is a storage backend for auth storage.