socketless icon indicating copy to clipboard operation
socketless copied to clipboard

Add "auth locking" for clients so that browsers do not get true state until auth'd

Open Pomax opened this issue 8 months ago • 1 comments

E.g. even though there's a state to send, only send { authenticated: false }, and only start sending true state data once that authentication has successfully happened.

Pomax avatar Apr 30 '25 04:04 Pomax

v6.0.0 introduces "auth" at the client level, but this does not extend to clients that service multiple browsers. Which isn't even possible right now anyway so that's fine.

Pomax avatar Apr 30 '25 23:04 Pomax