pomerium/internal/middleware
Bobby DeSimone c886b924e7
authenticate: use gRPC for service endpoints (#39)
* authenticate: set cookie secure as default.
* authenticate: remove single flight provider.
* authenticate/providers: Rename “ProviderData” to “IdentityProvider”
* authenticate/providers: Fixed an issue where scopes were not being overwritten
* proxy/authenticate : http client code removed.
* proxy: standardized session variable names between services.
* docs: change basic docker-config to be an “all-in-one” example with no nginx load.
* docs:  nginx balanced docker compose example with intra-ingress settings.
* license:  attribution for adaptation of goji’s middleware pattern.
2019-02-08 10:10:38 -08:00
..
chain.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
chain_test.go proxy: add JWT request signing support (#19) 2019-01-22 21:44:22 -08:00
doc.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00
grpc.go authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08:00
logger.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00
logger_test.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00
middleware.go authenticate: use gRPC for service endpoints (#39) 2019-02-08 10:10:38 -08:00
middleware_test.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00
wrap_writer.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00
wrap_writer_test.go authenticate: refactor middleware, logging, and tests (#30) 2019-01-25 20:58:50 -08:00