pomerium/internal/sessions
Bobby DeSimone cf0f98536a
authenticate: programmatic access support
- authenticate: added a token exchange api endpoint that converts
  an identity provider's JWT into a pomerium session.
- internal/identity: authenticate now passes context.
- internal/identity: removed extraneous GetSignInURL from okta.
- internal/sessions: add rest store
- update go.mod / go.sum depedencies.
- docs: add programmatic examples in shell and python
2019-06-12 14:51:19 -07:00
..
cookie_store.go internal/sessions: make user state domain scoped 2019-05-20 20:44:05 -07:00
cookie_store_test.go authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
mock_store.go all: general cleanup readying for tagged release (#48) 2019-02-16 12:43:18 -08:00
rest_store.go authenticate: programmatic access support 2019-06-12 14:51:19 -07:00
rest_store_test.go authenticate: programmatic access support 2019-06-12 14:51:19 -07:00
session_state.go authorize: fix headers when impersonating 2019-06-11 15:40:28 -07:00
session_state_test.go authorize: fix headers when impersonating 2019-06-11 15:40:28 -07:00