User permission inside the software
-
Hello all!
I am developing a software for multiple users and I need to set permission about what each user can and cannot do inside the software, like access to software area's and so long.
Could someone help me with an article or a link about it?
Thanks in advance.
-
Hi,
Sounds like you would need a database to store the user and add/remove permissions then check if your user has them based on the content of that database. What kind of software would that be ?
-
Then indeed, you would need a centralized way to identify and manage your users base. You're application should then get a set of rights for the current user and act accordingly