Request is not marked as authenticated after successful authenticaiton #343
Unanswered
dsrvasanth
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Seems to be related to your session store. Just omitting it entirely it works as expected. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @panva, i was following one of your sample
#195 (comment), and modified slightly to include logout handler and file based session store as given below. It looks like some race condition is going on, and in the login callback successRedirect call the req object is not marked as authenticated.
Beta Was this translation helpful? Give feedback.
All reactions