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 AuthorizeCodeGrantStorage interface + PersistAuthorizeCodeGrantSession func(ctx context.Context, authorizeCode, accessSignature, refreshSignature string, ...) error + type AuthorizeExplicitGrantTypeHandler struct + AccessTokenLifespan time.Duration + AccessTokenStrategy core.AccessTokenStrategy + AuthCodeLifespan time.Duration + AuthorizeCodeGrantStorage AuthorizeCodeGrantStorage + AuthorizeCodeStrategy core.AuthorizeCodeStrategy + RefreshTokenStrategy core.RefreshTokenStrategy + func (c *AuthorizeExplicitGrantTypeHandler) HandleAuthorizeEndpointRequest(ctx context.Context, req *http.Request, ar AuthorizeRequester, ...) error + func (c *AuthorizeExplicitGrantTypeHandler) HandleTokenEndpointRequest(ctx context.Context, r *http.Request, request fosite.AccessRequester) error + func (c *AuthorizeExplicitGrantTypeHandler) IssueAuthorizeCode(ctx context.Context, req *http.Request, ar AuthorizeRequester, ...) error + func (c *AuthorizeExplicitGrantTypeHandler) PopulateTokenEndpointResponse(ctx context.Context, req *http.Request, requester fosite.AccessRequester, ...) error