flask-lastuser
flask-lastuser copied to clipboard
Flask extension for Lastuser
In [sqlalchemy.py#L710](https://github.com/hasgeek/flask-lastuser/blob/master/flask_lastuser/sqlalchemy.py#L710), `timestamp_columns` should be replaced with `make_timestamp_columns`.
The UserBase mixin introduces many fields with redundant data (full name, username, timezone, userinfo), all of which are also available from Lastuser. Usernames in particular even have unique constraints. Keeping...
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...
Versions will help apps upgrade when ready.
Should add `user` column and provide stubs for user merging.
Flask-Lastuser recently switched from HTTP to HTML redirects (HTTP 301 to HTML Meta: Refresh) to ensure logout worked properly for [Eventframe](/hasgeek/eventframe). This was needed because HTTP redirects pass through the...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6)