Skip to content

chore: normalize redirect_url vs redirect_uri param naming #2475

@broody

Description

@broody

Problem

The codebase inconsistently uses both redirect_url and redirect_uri as search param names:

Proposal

Normalize everything to redirect_uri (the OAuth standard name) across the controller SDK and keychain.

Files to update

  • packages/controller/src/controller.ts — change redirect_urlredirect_uri
  • packages/controller/src/session/provider.ts:361 — change redirect_urlredirect_uri
  • packages/keychain/src/hooks/connection.ts — remove redirect_url fallback once controller is updated
  • Update related tests

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