Skip to content

Auth cleanup #1514

Description

@BobDickinson

Remove guided auth mode from Inspector core

Migrate web client auth store to use /store API implementation instead of browser store (to interoperate with CLI/TUI which use the file based auth store).

Investigate whether auth store elements (like tokens) should be managed via secret storage mechanism (keychain) and if so, implement that (not sure if that replaces or augments the auth store).

Remove Zustand file store wrappers (code) and add logic to automatically convert to plain JSON on read for backward compatibility (Zustand vanilla storage isn't adding anything except complexity, esp given that we aren't using any Zustand state management above it).

Metadata

Metadata

Assignees

Labels

authIssues and PRs related to authorizationv2Issues and PRs for v2

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions