pomerium/authenticate
Caleb Doxsey 36f73fa6c7
authorize: track session and service account access date (#3220)
* session: add accessed at date

* authorize: track session and service account access times

* Revert "databroker: add support for field masks on Put (#3210)"

This reverts commit 2dc778035d.

* add test

* fix data race in test

* add deadline for update

* track dropped accesses
2022-03-31 09:19:04 -06:00
..
handlers authenticate: fix internal url with webauthn (#3194) 2022-03-28 06:36:48 -06:00
authenticate.go userinfo: add webauthn buttons to user info page (#3075) 2022-02-23 10:08:24 -07:00
authenticate_test.go authenticate: support for per-route client id and client secret (#3030) 2022-02-16 12:31:55 -07:00
config.go authenticate: support for per-route client id and client secret (#3030) 2022-02-16 12:31:55 -07:00
handlers.go authorize: track session and service account access date (#3220) 2022-03-31 09:19:04 -06:00
handlers_test.go grpc: remove ptypes references (#3078) 2022-02-24 08:37:59 -07:00
identity.go authenticate: support for per-route client id and client secret (#3030) 2022-02-16 12:31:55 -07:00
middleware.go authenticate: fix internal url with webauthn (#3194) 2022-03-28 06:36:48 -06:00
state.go userinfo: fix logout button, add sign out confirm page (#3058) 2022-02-23 08:15:00 -07:00