HTTP Basic Auth question
I am using HTTP Basic Auth to authenticate the user.
Once authenticated, I set req.session.loggedIn = true.
If a user makes requests after being logged in, for security purposes, should I just check the session loggedIn value or send the b… Continue reading HTTP Basic Auth question