Cookies and GitHub authentication #227
Replies: 2 comments 8 replies
-
Would you be able to catch the 403 errors and see if there is an error message? Look in the response body and in the headers. We use cookies extensively to maintain the login flow through the multiple redirections done with OAuth2, so that might explain why flushing cookies help. |
Beta Was this translation helpful? Give feedback.
-
You can use the
Hmm, right. The current implementation does the operation in the worker; so when the callback happens, the worker still hasn't processed the roles. I think we can consider it a bug! |
Beta Was this translation helpful? Give feedback.
-
I'll summarize what I did:
I don't understand why deleting cookies helps?
Beta Was this translation helpful? Give feedback.
All reactions