ContainerImage.Pinniped/internal/fositestorage
Ryan Richard d0ced1fd74 WIP towards revoking upstream refresh tokens during GC
- Discover the revocation endpoint of the upstream provider in
  oidc_upstream_watcher.go and save it into the cache for future use
  by the garbage collector controller
- Adds RevokeRefreshToken to UpstreamOIDCIdentityProviderI
- Implements the production version of RevokeRefreshToken
- Implements test doubles for RevokeRefreshToken for future use in
  garbage collector's unit tests
- Prefactors the crud and session storage types for future use in the
  garbage collector controller
- See remaining TODOs in garbage_collector.go
2021-10-22 14:32:26 -07:00
..
accesstoken Lots of small updates based on PR feedback 2021-10-20 15:53:25 -07:00
authorizationcode WIP towards revoking upstream refresh tokens during GC 2021-10-22 14:32:26 -07:00
openidconnect Lots of small updates based on PR feedback 2021-10-20 15:53:25 -07:00
pkce Lots of small updates based on PR feedback 2021-10-20 15:53:25 -07:00
refreshtoken Lots of small updates based on PR feedback 2021-10-20 15:53:25 -07:00
fositestorage.go Use PinnipedSession type instead of fosite's DefaultSesssion type 2021-10-06 15:28:13 -07:00