pomerium/internal/httputil
Bobby DeSimone 00c29f4e77
authenticate: handle XHR redirect flow (#387)
- authenticate: add cors preflight check support for sign_in endpoint
- internal/httputil: indicate responses that originate from pomerium vs the app
- proxy: detect XHR requests and do not redirect on failure.
- authenticate: removed default session duration; should be maintained out of band with rpc.
2019-11-14 19:37:31 -08:00
..
test_data telemetry: add tracing 2019-07-24 09:20:16 -07:00
client.go all: support route scoped sessions 2019-11-06 17:54:15 -08:00
constants.go authenticate: handle XHR redirect flow (#387) 2019-11-14 19:37:31 -08:00
errors.go authenticate: handle XHR redirect flow (#387) 2019-11-14 19:37:31 -08:00
errors_test.go httputil: use http error wrapper 2019-08-24 09:15:07 -07:00
handlers.go authenticate: handle XHR redirect flow (#387) 2019-11-14 19:37:31 -08:00
handlers_test.go authenticate: handle XHR redirect flow (#387) 2019-11-14 19:37:31 -08:00
options.go all: support insecure mode 2019-10-02 18:44:19 -07:00
proxy.go all: support route scoped sessions 2019-11-06 17:54:15 -08:00
proxy_test.go proxy: use middleware to manage request flow 2019-09-25 12:28:37 -07:00
router.go all: refactor handler logic 2019-09-16 18:01:14 -07:00
router_test.go authenticate: encrypt & mac oauth2 callback state 2019-09-23 19:15:52 -07:00
server.go authorize: change http addr if conflict (#355) 2019-10-07 17:13:21 -07:00
server_test.go all: support insecure mode 2019-10-02 18:44:19 -07:00