dff53b8144
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. |
||
---|---|---|
.. | ||
accesstoken | ||
authorizationcode | ||
openidconnect | ||
pkce | ||
refreshtoken | ||
fositestorage.go |