-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User authentication not working in mobile view #220
Comments
I'm having a bit of difficulty reproducing this. Does authentication work normally if you're not in the mobile view? |
Yes, authentication is working normally in desktop view but once switched to mobile view, the user becomes not authenticated. Screen.Recording.2021-11-17.at.3.44.52.PM.mov |
Looks like it's due to the session protection feature of flask-login. Solution: Line 24 in f58ca73
|
Fixed. Could you pull again and see if that changes anything? |
Yep, it's working fine now. Closing this. |
This is tested in the default flask-base instance.
Untitled.mov
The text was updated successfully, but these errors were encountered: