Replies: 2 comments 1 reply
-
flask-security supports a few different ORMs as well as a few different DB backends - so that is a consideration for all column definitions. Also - in general I consider this mostly a 'logging' value - not used in computations or other computations. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Note that Flask-Security provides many 'hooks' via Flask signals - see: https://flask-security-too.readthedocs.io/en/stable/api.html#signals |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With a help of a simple class decorator we can convert between Python's
ipaddress
and PostgreSQLINET
(reference)I wonder if it would be feasible to default
last_login_ip
and similar columns to that instead of the string.Beta Was this translation helpful? Give feedback.
All reactions