• Kurt Jung's avatar
    basicauth: Store name of authenticated user (#1426) · 977a3c32
    Kurt Jung authored
    * Store name of authenticated user in basicauth for use by upstream middleware such as fastcgi and cgi.
    
    * Use request context to transfer name of authorized user from basicauth to upstream middleware. Test retrieval of name from context.
    
    * Remove development code that was inadvertently left in place
    
    * Use keys of type httpserver.CtxKey to access Context values
    977a3c32
basicauth.go 4.54 KB