Bug: identity.web.auth.get_user() return None even after getting token #52
-
I'm using Code
I'm getting below error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Given that you seem using Flask, have you tried using a higher level API dedicated for Flask, which is also demonstrated in this completed sample? If that works for you, then just use it. The |
Beta Was this translation helpful? Give feedback.
-
I'm closing this issue. The issue was with Nginx. It was not allowing cookies to be stored in the Flask session. I got it working. |
Beta Was this translation helpful? Give feedback.
I'm closing this issue. The issue was with Nginx. It was not allowing cookies to be stored in the Flask session. I got it working.