Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2016 GO-2021-0109 +1 more GO-2021-0109: Improper handling of token revocation in github.com/ory/fosite GO-2021-0110: Token reuse in github.com/ory/fosite Changes in this version + type RefreshTokenGrantHandler struct + AccessTokenLifespan time.Duration + AccessTokenStrategy core.AccessTokenStrategy + RefreshTokenGrantStorage RefreshTokenGrantStorage + RefreshTokenStrategy core.RefreshTokenStrategy + func (c *RefreshTokenGrantHandler) HandleTokenEndpointRequest(ctx context.Context, req *http.Request, request fosite.AccessRequester) error + func (c *RefreshTokenGrantHandler) PopulateTokenEndpointResponse(ctx context.Context, req *http.Request, requester fosite.AccessRequester, ...) error + type RefreshTokenGrantStorage interface + PersistRefreshTokenGrantSession func(ctx context.Context, ...) error