You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a minor security concern for the case of where console logs are shared or centrally logged and the JWT is unintentionally "leaked".
Depending on the expiry and scope of the allowed permissions by the JWT this might not be a major issue. But, if we simply don't log the token then this side steps any issue.
Describe the bug
What I'm expecting
Log lines like this:
What happens instead
Reproduction
Enable debug logging and connect to SFU.
Logs
No response
System Info
Severity
annoyance
Additional Information
The logging in question is at
client-sdk-js/src/api/SignalClient.ts
Line 297 in 5abc169
The text was updated successfully, but these errors were encountered: