Skip to content

Refresh token rotation #2071

@geolunalg

Description

@geolunalg

EPIC: Epic: Authentication & Session Management (JWT + Refresh) #2065

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

REPLACE THIS TEXT - If there is a website that has documentation that helps with this issue provide the link(s) here.

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