Skip to content

Refresh token rotation #2071

@geolunalg

Description

@geolunalg

Overview

User Story:
As a security-conscious system, I want refresh tokens rotated so stolen refresh tokens are less useful.

Action Items

Acceptance Criteria:

  • On every successful refresh:
    • backend issues new refresh token and invalidates the previous one (server-side)
    • refresh token cookie is updated
  • If an old refresh token is reused after rotation, backend detects reuse and revokes the session family.

Resources/Instructions

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    New Issue Approval

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions