With WebSockets (via Django Channels) managing the communication between the client and the server , whenever a user is authenticated, an event will be broadcasted to every other connected user. Each user’s screen will change automatically, without them having to reload their browsers.