I need to add extra security features to my apps
I have a few CF apps that I've created for my office that use the standard CF8 authentication system (cflogin). Passwords are stored encrypted in the database (which is not web-browsable) and I've enforced strong password standards.
My office's security team has decided to enforce additional security requirements, but I'm not sure how to add them to the app, save creating my own login system from scratch. Two of the more complex ones are:
- An admin needs to have the ability to not only disable a user account, but also kill any active sessions for that user
- Forbid users from having the same app opened in more than one browser
I'm not sure how to implement these. Any advice would be appreciated.
