Versions in this module Expand all Collapse all v0 v0.1.3 May 28, 2021 Changes in this version + func New(ctx context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + AuthHeader string + HeaderPrefix string + ProxyHeaderName string + Secret string + func CreateConfig() *Config + type JWT struct + func (j *JWT) ServeHTTP(res http.ResponseWriter, req *http.Request) + type Token struct v0.1.2 Aug 31, 2020