ContainerImage.Pinniped/internal/fositestorage
Ryan Richard dff53b8144 Changes for Fosite's new RevokeRefreshTokenMaybeGracePeriod() interface
Fosite v0.42.0 introduced a new RevokeRefreshTokenMaybeGracePeriod()
interface function. Updated our code to support this change. We didn't
support grace periods on refresh tokens before, so implemented it by
making the new RevokeRefreshTokenMaybeGracePeriod() method just call
the old RevokeRefreshToken() method, therefore keeping our old behavior.
2022-01-19 13:57:01 -08:00
..
accesstoken Add struct field for storing upstream access token in downstream session 2022-01-12 18:03:25 -08:00
authorizationcode Merge branch 'main' into upstream_access_revocation_during_gc 2022-01-14 10:49:22 -08:00
openidconnect Add struct field for storing upstream access token in downstream session 2022-01-12 18:03:25 -08:00
pkce Add struct field for storing upstream access token in downstream session 2022-01-12 18:03:25 -08:00
refreshtoken Changes for Fosite's new RevokeRefreshTokenMaybeGracePeriod() interface 2022-01-19 13:57:01 -08:00
fositestorage.go Use PinnipedSession type instead of fosite's DefaultSesssion type 2021-10-06 15:28:13 -07:00