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 ClientCredentialsGrantHandler struct + func (c *ClientCredentialsGrantHandler) HandleTokenEndpointRequest(_ context.Context, r *http.Request, request fosite.AccessRequester) error + func (c *ClientCredentialsGrantHandler) PopulateTokenEndpointResponse(ctx context.Context, r *http.Request, request fosite.AccessRequester, ...) error + type ClientCredentialsGrantStorage interface