Skip to content

Conversation

@fschade
Copy link
Contributor

@fschade fschade commented Dec 23, 2025

Description

Removes logging of access and refresh tokens to prevent them from potentially leaking through browser extensions, addons, or .... Replaces token logs with hashed fingerprints.

Also introduces a logger that only logs messages when the appropriate log level is set.

Related Issue

How Has This Been Tested?

  • locally in the browser

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@fschade fschade force-pushed the fix-issue-1788-log-levels branch from b52e784 to d9225e1 Compare December 23, 2025 14:46
@fschade fschade self-assigned this Dec 23, 2025
@github-project-automation github-project-automation bot moved this to Qualification in OpenCloud Team Board Dec 23, 2025
@fschade fschade moved this from Qualification to In Progress in OpenCloud Team Board Dec 23, 2025
@fschade fschade changed the title fix: hide access_token and refresh_token refresh details in the web console fix: hide access_token and refresh_token details in the web console Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Access and Refresh tokens are visible in browser console

1 participant