connect-ensure-login icon indicating copy to clipboard operation
connect-ensure-login copied to clipboard

How "is logged in" is not documented.

Open markstos opened this issue 7 years ago • 0 comments

The documentation should clarify how it's determined if the user is already logged in or not.

The answer is that the user is considered logged in if either req.isAuthenticated or req.isAuthenticated() returns true.

markstos avatar Jun 12 '18 19:06 markstos