package
2.17.2
Repository: https://github.com/dolfly/filebrowser.git
Documentation: pkg.go.dev

# Functions

NewStorage creates a auth storage from a backend.

# Constants

MethodJSONAuth is used to identify json auth.
MethodNoAuth is used to identify no auth.
MethodProxyAuth is used to identify no auth.

# Structs

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.