pomerium/internal
Bobby DeSimone 380d314404
authenticate: make service http only
- Rename SessionState to State to avoid stutter.
- Simplified option validation to use a wrapper function for base64 secrets.
- Removed authenticates grpc code.
- Abstracted logic to load and validate a user's authenticate session.
- Removed instances of url.Parse in favor of urlutil's version.
- proxy: replaces grpc refresh logic with forced deadline advancement.
- internal/sessions: remove rest store; parse authorize header as part of session store.
- proxy: refactor request signer
- sessions: remove extend deadline (fixes #294)
- remove AuthenticateInternalAddr
- remove AuthenticateInternalAddrString
- omit type tag.Key from declaration of vars TagKey* it will be inferred
  from the right-hand side
- remove compatibility package xerrors
- use cloned http.DefaultTransport as base transport
2019-09-04 16:27:08 -07:00
..
config authenticate: make service http only 2019-09-04 16:27:08 -07:00
cryptutil authenticate: make service http only 2019-09-04 16:27:08 -07:00
fileutil telemetry: add tracing 2019-07-24 09:20:16 -07:00
httputil authenticate: make service http only 2019-09-04 16:27:08 -07:00
identity authenticate: make service http only 2019-09-04 16:27:08 -07:00
log development: use golangci-lint 2019-07-13 18:28:51 -07:00
middleware authenticate: make service http only 2019-09-04 16:27:08 -07:00
sessions authenticate: make service http only 2019-09-04 16:27:08 -07:00
telemetry authenticate: make service http only 2019-09-04 16:27:08 -07:00
templates internal/httputil: use error structs for http errors (#159) 2019-06-03 20:00:37 -07:00
tripper development: use golangci-lint 2019-07-13 18:28:51 -07:00
urlutil config: fix url type regression (#253) 2019-08-03 12:08:26 -07:00
version initial release 2019-01-02 12:13:36 -08:00