Skip to content

Enabling Doorkeeper reuse_access_token option

What does this MR do?

Enables the Doorkeeper reuse_access_token option.

Why was this MR needed?

If this option is not enabled, each time a user authenticates via OAuth, when the grant is sent back to the provider, a new AccessToken is generated even though it was already an AccessToken in the database for that application and user.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Close #46278 (closed)

Merge request reports