package
0.0.0-20220329221012-02e851ebf68e
Repository: https://github.com/ideatocode/go.git
Documentation: pkg.go.dev

# Functions

HTTPBearerToken returns a new http token authenticator that taps into the TokenRepository to check tokens.

# Structs

Error represents an authorization error.
HTTPToken is used for authentication whenever Tokens are used.
No description provided by the author
NopTokenRepository is a token repository that does no actual checking of the tokens.

# Interfaces

Interface is used to authenticate incoming API Requests.
TokenRepository is used to check the validity of tokens when token authentication is used.