How do you check if a user has signed in or not?

jiechen2010fall8 years ago

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".

screenshot of unauthorized login
Anton Tananaev8 years ago

You can either use sessions login, or standard Authorization header.