We need more granular access control in order to allow users to access only certain functions depending on group. User and group info will come from WA for now. Looks like we can get this functionality by replacing flask_login with something like flask_security.
We need more granular access control in order to allow users to access only certain functions depending on group. User and group info will come from WA for now. Looks like we can get this functionality by replacing flask_login with something like flask_security.