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
Flask-Lastuser should accept a cache parameter along with init_app and use that to cache the user object instead of retrieving from the db each request.
Alternatively, it should auto-discover cache from the app's installed extensions.
Since the User object is an SQLAlchemy object, SQLAlchemy's own support for caching should be considered.
The text was updated successfully, but these errors were encountered:
Flask-Lastuser should accept a cache parameter along with init_app and use that to cache the user object instead of retrieving from the db each request.
Alternatively, it should auto-discover cache from the app's installed extensions.
Since the User object is an SQLAlchemy object, SQLAlchemy's own support for caching should be considered.
The text was updated successfully, but these errors were encountered: