directory
1.3.1
Repository: https://github.com/na4ma4/jwt-auth-proxy.git
Documentation: pkg.go.dev

# Packages

Package httpauth handles HTTP Basic authentication with supplied authentication functions.
Package jwtauth is an authentication function to be used by the httpauth package it has a background runner and channel plus caching for authentication request.
Package legacy provides an authentication function that will validate against a list of user:pass or user:bcrypt details.
Package logformat is a http handler wrapper for providing Apache CLF output.
Package mainconfig contains the configuration defaults that span the admin client, the server and the client.
Package proxy is the core proxy for the application.