Categorygithub.com/koshatul/auth-proxy
module
0.0.0-20210722063619-5559093579c3
Repository: https://github.com/koshatul/auth-proxy.git
Documentation: pkg.go.dev

# README

koshatul/auth-proxy

DEPREACATED: Don't really have time to support this anymore, leaving it here for reference.

Build Status GitHub issues GitHub license

HTTP authentication proxy that supports JWT and (legacy) static auth written entirely in Go.

# Packages

No description provided by the author
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 proxy is the core proxy for the application.