How do you check if a user has signed in or not at the browser/client side?
I searched the source code of both backend and frontend, but I can't find where the window is genareted: "Please sign in. Site message: Your connection to this site is not private".

You can either use sessions login, or standard Authorization header.
How do you check if a user has signed in or not at the browser/client side?
I searched the source code of both backend and frontend, but I can't find where the window is genareted: "Please sign in. Site message: Your connection to this site is not private".