pomerium/authenticate
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
..
authenticate.go authenticate: programmatic access support 2019-06-12 14:51:19 -07:00
authenticate_test.go Protect Options from being mutated by services 2019-06-04 22:47:07 -04:00
grpc.go authorize: add authorization (#59) 2019-03-07 12:47:07 -08:00
grpc_test.go authenticate/proxy: add user impersonation, refresh, dashboard (#123) 2019-05-26 12:33:00 -07:00
handlers.go authenticate: programmatic access support 2019-06-12 14:51:19 -07:00
handlers_test.go authenticate: programmatic access support 2019-06-12 14:51:19 -07:00