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
The previous authenticator system (before #218) doesn't set session.authenticated anymore. Previously the session object automatically returned authenticated = True when login_data is set. This was removed in 359d9c7, therefore subsequent handlers will treat the session as non-authenticated resulting in '5.7.0 Authentication required' errors.
The text was updated successfully, but these errors were encountered:
The previous authenticator system (before #218) doesn't set
session.authenticated
anymore. Previously the session object automatically returnedauthenticated = True
whenlogin_data
is set. This was removed in 359d9c7, therefore subsequent handlers will treat the session as non-authenticated resulting in '5.7.0 Authentication required' errors.The text was updated successfully, but these errors were encountered: