pomerium/proxy
Bobby DeSimone 7e1d1a7896
authenticate: refactor middleware, logging, and tests (#30)
- Abstract remaining middleware from authenticate into internal.
- Use middleware chaining in authenticate.
- Standardize naming of Request and ResponseWriter to match std lib.
- Add healthcheck / ping as a middleware.
- Internalized wraped_writer package adapted from goji/middleware.
- Fixed indirection issue with reverse proxy map.
2019-01-25 20:58:50 -08:00
..
authenticator Rename Authenticator to Authenticate. 2019-01-20 12:15:29 -08:00
handlers.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00
proxy.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00
proxy_test.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00