Skip to content

RefreshTokenGrant should not revoke the access token #1347

Closed
@Starfox64

Description

@Starfox64

In the current implementation of the refresh_token grant, the access token associated with the old refresh token is revoked

$this->accessTokenRepository->revokeAccessToken($oldRefreshToken['access_token_id']);

The RFC however makes no mention of this being a requirement, only that the refresh token MAY be revoked which is something that is now configurable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions