pomerium/authenticate
Bobby DeSimone b9c298d278
authenticate/providers : add gitlab support (#28)
- Add UserInfo struct and implementation to gather additional
  user information if the endpoint exists.
- Add example docker-compose.yml for on-prem gitlab.
- Add gitlab docs.
- Removed explicit email checks in handlers.
- Providers are now a protected type on provider data.
- Alphabetized provider list.
- Refactored authenticate.New to be more concise.
2019-01-24 15:10:16 -08:00
..
circuit proxy : add HTTP endpoint support (#13) 2019-01-15 15:06:16 -08:00
providers authenticate/providers : add gitlab support (#28) 2019-01-24 15:10:16 -08:00
authenticate.go authenticate/providers : add gitlab support (#28) 2019-01-24 15:10:16 -08:00
authenticate_test.go cmd/promerium : support TLS configuration from environmental variables (#12) 2019-01-15 15:24:05 -08:00
handlers.go authenticate/providers : add gitlab support (#28) 2019-01-24 15:10:16 -08:00
handlers_test.go Rename Authenticator to Authenticate. 2019-01-20 12:15:29 -08:00
middleware.go Improve test coverage. (#8) 2019-01-11 13:49:28 -10:00
middleware_test.go proxy : add HTTP endpoint support (#13) 2019-01-15 15:06:16 -08:00