Skip to content

Dev console storage tab: mask refreshToken and other sensitive keys #62

@cevheri

Description

@cevheri

Problem

In lib/app/dev_console/tabs/storage_tab.dart:43, only jwtToken is masked. The refreshToken is shown in plaintext, which could expose credentials in the dev console.

Fix

Mask refreshToken as well, and consider a general rule to mask any key containing token, secret, etc.

Source

Copilot review on PR #59

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions