You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the FlaskLoginClient to test @fresh_login_required views, they always redirect to the refresh view rather than rendering as expected.
Expected behavior
The request should succeed, since the login should be fresh.
Desktop (please complete the following information):
OS: Linux
Flask-Login version 0.6.1
Additional context
I suspect this is the same as bug #586.
The text was updated successfully, but these errors were encountered:
sopoforic
changed the title
0.6.4: @fresh_login_required views don't work with FlaskLoginClient
0.6.1: @fresh_login_required views don't work with FlaskLoginClient
May 9, 2022
davidism
changed the title
0.6.1: @fresh_login_required views don't work with FlaskLoginClient
fresh_login_required doesn't work with FlaskLoginClient
Jul 26, 2022
Describe the bug
When using the FlaskLoginClient to test @fresh_login_required views, they always redirect to the refresh view rather than rendering as expected.
To Reproduce
Expected behavior
The request should succeed, since the login should be fresh.
Desktop (please complete the following information):
Additional context
I suspect this is the same as bug #586.
The text was updated successfully, but these errors were encountered: