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 custom LoginManager implementation has two problems:
It somehow causes the user information to be loaded on the /static endpoint. This is a performance problem, because it means an API call for every time a logged in user visits one of these endpoints.
It does not cause any user loading to be disabled in the /documents endpoint because the disable_user_loading endpoint has never been set.
The custom
LoginManager
implementation has two problems:/static
endpoint. This is a performance problem, because it means an API call for every time a logged in user visits one of these endpoints./documents
endpoint because thedisable_user_loading
endpoint has never been set.sipa/sipa/login_manager.py
Lines 9 to 54 in b8d1188
The text was updated successfully, but these errors were encountered: