Skip to content

OAuth refresh tokens not reliably issued or stored due to missing scope and keyring size limits #162

@beeme1mr

Description

@beeme1mr

OAuth refresh tokens are not being reliably issued or persisted, causing users to be silently logged out and forced to re-authenticate. The leads to users experiencing unexpected auth failures between sessions even after a successful login.

Root causes:

  • offline_access scope is missing
  • Full OAuth tokens (access + ID + refresh) can exceed OS keyring size limits (e.g., macOS Keychain), causing storage to fail silently and leaving no token persisted

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