-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hello,
I am using GitHub OAuth on derby-login v1.1.1 . Authentication seems to work correctly after I access /auth/github
. However, logging out does not seem to work. I tried /auth/logout
and /auth/github/logout
. None of these seem to set _session.loggedIn
to false or delete it.
I noticed that the logout function deletes the user id on the Express session object
Line 2 in 074eac3
delete req.session.userId; |
model.get("_session");
Am I missing something? Any suggested ways to achieve logging out? Thank you.
Metadata
Metadata
Assignees
Labels
No labels