2nfm icon indicating copy to clipboard operation
2nfm copied to clipboard

Audit password configuration & security

Open sammoore opened this issue 5 years ago • 0 comments

Review for security and, if desired, fix any password related functionality.

Audit settings section (orig #73)

codysherman commented on Jan 11

Re-enable the settings section of the streamer page after deciding which settings should be there, and verifying what the settings actually do. Such as the bandwidth setting, what does it do, and does it actually need to be passed as a parameter.

Refactor Receiver/ReceiverConnection so Receiver handles user input for prompts (orig #81)

samtheprogram commented on Jan 31

With the new refactor, the ReceiverConnection (and before that, code in the utils/background) handles asking the user for updated password. This is bad practice and the front-end view, Receiver.vue, should be handling user input, not the connection oriented code, for better separation of concerns.

This will be hard to test because passwords currently don't work -- another solution would be to scrap the password related code. Assigning to @codysherman for decision making here.

sammoore avatar Feb 01 '20 00:02 sammoore