pomerium/internal/middleware
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
..
responsewriter Relocate wrapped ResponseWriter to middleware 2019-06-10 23:01:30 -04:00
cors.go proxy: use middleware to manage request flow 2019-09-25 12:28:37 -07:00
cors_test.go proxy: use middleware to manage request flow 2019-09-25 12:28:37 -07:00
doc.go all: refactor handler logic 2019-09-16 18:01:14 -07:00
middleware.go authenticate: handle XHR redirect flow (#387) 2019-11-14 19:37:31 -08:00
middleware_test.go all: support route scoped sessions 2019-11-06 17:54:15 -08:00