package
0.0.0-20250206095323-67f4e8942fa5
Repository: https://github.com/noxyicm/wsf.git
Documentation: pkg.go.dev

# Functions

NewAuthMiddleware creates new auth middleware.
NewService creates a new service of type Auth.

# Constants

ID of service.
TYPEAccessToken type represents authorization by access token.
TYPEAuthMiddleware is a name of this middleware.
TYPEBasic type represents basic authorization.
TYPEBearerToken type represents authorization by bearer token.
TYPENone type represents no authorization.

# Structs

Auth provides server specofoc authorization.
No description provided by the author
Config defines Static server configuration.