I have a question, I have a system and for enter in that, I have used authmanager RBAC, is it possible to know how many users are connected in the system? and is it possible send a notifification to one user from the account of another user, when the second user execute an action?
In order to see how many users are online, you can create a table in your DB where you can track how many people are online. Regarding the second question, do you want to send automatically notification to person A when person B do something, or you want that person B sends notification upon some action?
Thank you for your response duri, yes, I need to send automatically notification to person A when person B do something. I dont understand, how could it?