Am asking a very simple, rather a silly, question about flask-security.
I have read docs, researched stackoverflow questions, but I really didn't get anything
except that - Flask-security handles login/logout of the Users, along with
certain other related functions.
Is it concerned only with Users table in the database?
What about other tables, for eg. in a banking website there are Branch
, Accounts
, city
...
How do I use these tables if I want to use Flask-security, am really confused?
Flask-security is very new to me,
any help from you guys would be deeply appreciated,
thanks.